mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Fix install bug introduced in revision b2b8e1e22ebd.
This commit is contained in:
parent
5e2ebaaa84
commit
60bd388d1c
@ -131,8 +131,8 @@ UNINSTALL= _uninstall() { set -e; \
|
|||||||
.pdf.uninstall:
|
.pdf.uninstall:
|
||||||
$(UNINSTALL) $< $(DOC)/$<
|
$(UNINSTALL) $< $(DOC)/$<
|
||||||
|
|
||||||
INSTALMAN= _installman() { man=$$(1\#\#*.); $(INSTALL) 0644 $$1 $(MAN)/man$$man/$$1; }; _installman
|
INSTALMAN= _installman() { man=$${1\#\#*.}; $(INSTALL) 0644 $$1 $(MAN)/man$$man/$$1; }; _installman
|
||||||
UNINSTALLMAN=_uninstallman() { man=$$(1\#\#*.); $(UNINSTALL) $$1 $(MAN)/man$$man/$$1; }; _uninstallman
|
UNINSTALLMAN=_uninstallman() { man=$${1\#\#*.}; $(UNINSTALL) $$1 $(MAN)/man$$man/$$1; }; _uninstallman
|
||||||
MANSECTIONS=1 2 3 4 5 6 7 8 9
|
MANSECTIONS=1 2 3 4 5 6 7 8 9
|
||||||
$(MANSECTIONS:%=.%.install):
|
$(MANSECTIONS:%=.%.install):
|
||||||
$(INSTALMAN) $<
|
$(INSTALMAN) $<
|
||||||
|
Loading…
Reference in New Issue
Block a user