Remove variables regarding section 7 man pages
[stgit] / Makefile
index e5c002a..9885f62 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PREFIX ?= $(HOME)
+prefix ?= $(HOME)
 DESTDIR        ?= /
 PYTHON ?= python
 
@@ -8,7 +8,7 @@ all:
        $(PYTHON) setup.py build
 
 install:
-       $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --force
+       $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR) --force
 
 doc:
        cd Documentation && $(MAKE) all