diff options
author | VMiklos <vmiklos@gmail.com> | 2007-04-22 14:10:18 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-04-22 14:10:18 +0200 |
commit | 8127859217bcc4db6f42f8d549f157df93a44557 (patch) | |
tree | 26361ec5f7c68ece3a210bbef091b701c1571d63 /extras/path_id/Makefile | |
parent | fc630edad4631f4c046052f504a67ce9df381531 (diff) |
path_id: add man page
Diffstat (limited to 'extras/path_id/Makefile')
-rw-r--r-- | extras/path_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/path_id/Makefile b/extras/path_id/Makefile index 2f6890cb32..24b47b425a 100644 --- a/extras/path_id/Makefile +++ b/extras/path_id/Makefile @@ -45,7 +45,7 @@ uninstall-bin: .PHONY: uninstall-bin install-man: - @echo "Please create a man page for this tool." + $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8 .PHONY: install-man uninstall-man: |