aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ec8d3a4..3342b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-