aboutsummaryrefslogtreecommitdiffstats
path: root/skype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skype/Makefile')
-rw-r--r--skype/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 04e532e5..d5b9cbbb 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -32,6 +32,10 @@ ifeq ($(BITLBEE),yes)
endif
install: all
+ifeq ($(ASCIIDOC),yes)
+ $(INSTALL) -d $(DESTDIR)$(mandir)/man1
+ $(INSTALL) -m644 $(MANPAGES) $(DESTDIR)$(mandir)/man1
+endif
ifeq ($(BITLBEE),yes)
$(INSTALL) -d $(DESTDIR)$(plugindir)
$(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir)