diff options
-rw-r--r-- | skype/Makefile | 4 | ||||
-rw-r--r-- | skype/config.mak.in | 2 |
2 files changed, 6 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) diff --git a/skype/config.mak.in b/skype/config.mak.in index ceea7691..06698dad 100644 --- a/skype/config.mak.in +++ b/skype/config.mak.in @@ -12,3 +12,5 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ plugindir = ${libdir}/bitlbee +datarootdir = @datarootdir@ +mandir = @mandir@ |