diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-28 14:45:49 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-28 14:45:49 -0300 |
commit | 08a93231c04493e35e0a9d48fe142f81f6da1240 (patch) | |
tree | d1aa63693a7d898624bc1b3be0e1ff126ff66122 | |
parent | 09bd226ff479c3ab3b265c1ae721c3ca190d3c83 (diff) |
skyped: fix make install-doc target
-rw-r--r-- | protocols/skype/Makefile | 6 |
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* |