chiark / gitweb /
Makefiles: fix .PHONY for man page target
authorKay Sievers <kay.sievers@suse.de>
Tue, 4 Jul 2006 16:41:07 +0000 (18:41 +0200)
committerKay Sievers <kay.sievers@suse.de>
Tue, 4 Jul 2006 16:41:07 +0000 (18:41 +0200)
Thanks to David Härdeman for pointing it out.

extras/ata_id/Makefile
extras/cdrom_id/Makefile
extras/dasd_id/Makefile
extras/edd_id/Makefile
extras/firmware/Makefile
extras/floppy/Makefile
extras/path_id/Makefile
extras/run_directory/Makefile
extras/scsi_id/Makefile
extras/usb_id/Makefile
extras/volume_id/Makefile

index 64d6868062274523f1629b6a121c4c1f241d3c3a..c55bdac7c485b24da7c242909f83ebb9d90a9196 100644 (file)
@@ -58,7 +58,7 @@ uninstall-bin:
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
index d7887e61ed294a21536914c16283d004a9e40b98..f5890a0c6a6667697ef8b59cd17570f9b8b2188b 100644 (file)
@@ -58,7 +58,7 @@ uninstall-bin:
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
index 9ad000b8fddb72e1dd5789165d4e47dc53230e3c..627b6cf42f6aeeac6f63ce025d92c8a924ae21a4 100644 (file)
@@ -58,7 +58,7 @@ uninstall-bin:
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
index 52f862da11fc1d9d1d2a9531c3164650d6e26eb6..01c2657e20a5e6adf04512ac3d4dedf204615508 100644 (file)
@@ -58,7 +58,7 @@ uninstall-bin:
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
index 55ba22386f8078813dec79efa4e5d96abf26e2e3..cfc7cd51537feecae212016cbfe2f694ae8cc3f4 100644 (file)
@@ -46,7 +46,7 @@ uninstall-bin:
 
 install-man:
        @echo "Please create a man page for this tool."
 
 install-man:
        @echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        @echo "Please create a man page for this tool."
 
 uninstall-man:
        @echo "Please create a man page for this tool."
index a06ebc8b39015791416b5d333ec864b40f118e79..4416559c4a50a818e6a62baab1df9c409c0db1b8 100644 (file)
@@ -58,7 +58,7 @@ uninstall-bin:
 
 install-man:
        @echo "Please create a man page for this tool."
 
 install-man:
        @echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        @echo "Please create a man page for this tool."
 
 uninstall-man:
        @echo "Please create a man page for this tool."
index 32747a71d19790d3b1293b4a6bb0fb5292beec1b..7884a5ef5afec31f2e40b9443c547bc204edc29a 100644 (file)
@@ -46,7 +46,7 @@ uninstall-bin:
 
 install-man:
        @echo "Please create a man page for this tool."
 
 install-man:
        @echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        @echo "Please create a man page for this tool."
 
 uninstall-man:
        @echo "Please create a man page for this tool."
index 7ad6c547b810c7794e55f0e96ab63bff42b4b315..6a4e4df5ca41be4b4bcd42a5b755a1fb5a4ff417 100644 (file)
@@ -59,7 +59,7 @@ uninstall-bin:
 
 install-man:
        @echo "Please create a man page for this tool."
 
 install-man:
        @echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        @echo "Please create a man page for this tool."
 
 uninstall-man:
        @echo "Please create a man page for this tool."
index 1e9910efb9a887411171c2a3af30dfa355933eca..8ebe7026bbb38f6d47fb1be13aabc182d3deff71 100644 (file)
@@ -69,7 +69,7 @@ uninstall-bin:
 
 install-man:
        $(INSTALL_DATA) -D scsi_id.8 $(DESTDIR)$(mandir)/man8/scsi_id.8
 
 install-man:
        $(INSTALL_DATA) -D scsi_id.8 $(DESTDIR)$(mandir)/man8/scsi_id.8
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/scsi_id.8
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/scsi_id.8
index 26e2fedd4d7f804e7a7a3024d38dc9061d9dcb5e..d045a64857994237ca9232acbaa88ab937362239 100644 (file)
@@ -58,7 +58,7 @@ uninstall-bin:
 
 install-man:
        @echo "Please create a man page for this tool."
 
 install-man:
        @echo "Please create a man page for this tool."
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        @echo "Please create a man page for this tool."
 
 uninstall-man:
        @echo "Please create a man page for this tool."
index 0b22fb9c2df5080f7c66a762570eb31eb71bc718..a0401b04e8b9537485bae9866b5b1c3464621edc 100644 (file)
@@ -66,7 +66,7 @@ uninstall-bin:
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 install-man:
        $(INSTALL_DATA) -D $(PROG).8 $(DESTDIR)$(mandir)/man8/$(PROG).8
-.PHONY: uninstall-man
+.PHONY: install-man
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8
 
 uninstall-man:
        -rm -f $(DESTDIR)$(mandir)/man8/$(PROG).8