X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3dd412a16de7140fafbf738ba99f6a02e3780c51..b6586079958a36632a2773e1aacce15bbf431a77:/Makefile diff --git a/Makefile b/Makefile index 8671209..c890b8e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: $(PYTHON) setup.py build install: - $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) + $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --force doc: cd Documentation && $(MAKE) all