chiark / gitweb /
add man pages for *_id programs
[elogind.git] / extras / ata_id / Makefile
index fba0d0b719220505805020a169c3f72bddd8fe66..4080df1b42f4c7c39baa567f319f0b913593dddf 100644 (file)
@@ -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: 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: