diff options
author | Jan Luebbe <jluebbe@lasnet.de> | 2005-10-31 02:10:56 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-10-31 02:10:56 +0100 |
commit | 0c25d156b06259f4d0ba4cfafffc8c64c27a0baf (patch) | |
tree | 94d65c80987b92bde6b5749365ced48da46cf36f /extras/volume_id/Makefile | |
parent | 2a4ce7092546039063fcf5aaa36760a89d8c9047 (diff) |
add man pages for *_id programs
I've written manpages for the *_id binaries, which are attached to this
mail.
Diffstat (limited to 'extras/volume_id/Makefile')
-rw-r--r-- | extras/volume_id/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index a936e43bb2..23de2ba091 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -60,11 +60,11 @@ 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: uninstall-man uninstall-man: - @echo "Please create a man page for this tool." + -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8 .PHONY: uninstall-man install-config: |