aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-05-28 14:46:23 -0300
committerdequis <dx@dxzone.com.ar>2015-05-28 14:46:23 -0300
commitbef322e939457bf0f4bf9441e9ec1d6efe29c4af (patch)
tree17b19b86cbcbcc1209a4cb1005d220f2cdd3ffca
parent6191263b71f7060e7d0d754db519599bbb71a802 (diff)
parent08a93231c04493e35e0a9d48fe142f81f6da1240 (diff)
Merge branch 'master' into develop
-rw-r--r--protocols/skype/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/skype/Makefile b/protocols/skype/Makefile
index 12a45da3..d87ace44 100644
--- a/protocols/skype/Makefile
+++ b/protocols/skype/Makefile
@@ -16,11 +16,9 @@ check:
test: all
./test.py
-doc: $(MANPAGES)
-
-install-doc: doc
+install-doc:
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
- $(INSTALL) -m644 $(MANPAGES) $(DESTDIR)$(MANDIR)/man1
+ $(INSTALL) -m644 skyped.1 $(DESTDIR)$(MANDIR)/man1
uninstall-doc:
rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1*