X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d926892f4f058326d8e7efc61f7ae4f54b8a02b2..bd1f46edab3496bf1da9dd3c09b5e6b043d44c37:/Makefile diff --git a/Makefile b/Makefile index e5c002a..9885f62 100644 --- 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