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:
parent
486e62f8ad
commit
c76b97dc4d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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."
|
||||
|
@ -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
|
||||
|
@ -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."
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user