summaryrefslogtreecommitdiff
path: root/doc/ru
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ru')
-rw-r--r--doc/ru/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ru/Makefile.am b/doc/ru/Makefile.am
index 32be4f2c0..47f8676f9 100644
--- a/doc/ru/Makefile.am
+++ b/doc/ru/Makefile.am
@@ -52,6 +52,7 @@ install-data-hook: $(man_install) $(doc_install)
install-man:
$(mkinstalldirs) $(DESTDIR)$(mandir)/ru/man1/
$(INSTALL_DATA) *.1 $(DESTDIR)$(mandir)/ru/man1/
+ (cd '$(DESTDIR)$(mandir)/ru/man1/' && $(RM) weechat-headless.1 && $(LN_S) weechat.1 weechat-headless.1)
install-doc:
$(mkinstalldirs) $(DESTDIR)$(docdir)/
@@ -63,6 +64,7 @@ uninstall-hook: $(man_uninstall) $(doc_uninstall)
uninstall-man:
$(RM) $(DESTDIR)$(mandir)/ru/man1/weechat.1
+ $(RM) $(DESTDIR)$(mandir)/ru/man1/weechat-headless.1
-rmdir $(DESTDIR)$(mandir)/ru/man1
uninstall-doc: