diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -3,8 +3,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. - -# The package path prefix, if you want to install to another root, set DESTDIR to that root +# The package path prefix; if you want to install to another root, set DESTDIR to that root PREFIX = /usr # The command path excluding prefix BIN = /bin @@ -102,7 +101,7 @@ bin/%.ps: doc/info/%.texinfo doc/info/fdl.texinfo .PHONY: install install: install-base install-info install-man -.PHONY: install +.PHONY: install-all install-all: install-base install-doc # Install base rules @@ -177,7 +176,6 @@ uninstall: # Clean rules -.PHONY: all +.PHONY: clean clean: -rm -r bin obj - |
