From 08a93231c04493e35e0a9d48fe142f81f6da1240 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 28 May 2015 14:45:49 -0300 Subject: skyped: fix make install-doc target --- protocols/skype/Makefile | 6 ++---- 1 file 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* -- cgit v1.2.3