aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-04-06 17:37:34 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2010-04-06 17:37:34 +0200
commit65acff80414032c41c1cc5384054247fe1482feb (patch)
tree8028d926a0406f90430424cb89b81cbfd82960f2
parent49a3c0247d53efb12859a2ec0e24e9d75ff4f3d4 (diff)
install the manpage
-rw-r--r--skype/Makefile4
-rw-r--r--skype/config.mak.in2
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@