1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

Makefiles: fix .PHONY for man page target

Thanks to David Härdeman for pointing it out.
This commit is contained in:
Kay Sievers 2006-07-04 18:41:07 +02:00
parent 486e62f8ad
commit c76b97dc4d
11 changed files with 11 additions and 11 deletions

View File

@ -58,7 +58,7 @@ uninstall-bin:
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

View File

@ -58,7 +58,7 @@ uninstall-bin:
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

View File

@ -58,7 +58,7 @@ uninstall-bin:
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

View File

@ -58,7 +58,7 @@ uninstall-bin:
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

View File

@ -46,7 +46,7 @@ uninstall-bin:
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."

View File

@ -58,7 +58,7 @@ uninstall-bin:
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."

View File

@ -46,7 +46,7 @@ uninstall-bin:
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."

View File

@ -59,7 +59,7 @@ uninstall-bin:
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."

View File

@ -69,7 +69,7 @@ uninstall-bin:
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

View File

@ -58,7 +58,7 @@ uninstall-bin:
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."

View File

@ -66,7 +66,7 @@ uninstall-bin:
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