diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-05-13 00:02:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-13 00:02:20 +0200 |
commit | 74ced8c8900991db8650ba7cfaa4a16ee18558ab (patch) | |
tree | 30579771e49318a00c6ec05ef9b2669016d7c8e1 /extras/floppy/Makefile | |
parent | fdc9a0b52a03e632f7bfde13d3e1c9e1ca94c757 (diff) |
create_floppy_devices: add man page
Diffstat (limited to 'extras/floppy/Makefile')
-rw-r--r-- | extras/floppy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/floppy/Makefile b/extras/floppy/Makefile index 2044ac56fd..784464a843 100644 --- a/extras/floppy/Makefile +++ b/extras/floppy/Makefile @@ -57,11 +57,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: install-man uninstall-man: - @echo "Please create a man page for this tool." + -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8 .PHONY: uninstall-man install-config: |