summary refs log blame commit diff stats
path: root/INSTALL
blob: 5fc5ca6b8dd6ce871c2c146227e187695c49d90a (plain) (tree)
">$(DOCDIR); \ $(PYTHON) -c 'import pydoc, sys; \ sys.path[0] = "$(CWD)"; \ pydoc.writedocs("$(CWD)")' rm $(DOCDIR)/test*; \ find . -name \*.html -exec sed -i 's|'$(CWD)'|../..|g' -- {} \; cleandoc: test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html test: @$(PYTHON) test/all_tests.py 1 bm: @$(PYTHON) test/all_benchmarks.py $(BMCOUNT) snapshot: git archive --prefix='$(NAME)-$(VERSION)/' --format=tar HEAD | gzip > $(SNAPSHOT_NAME) .PHONY: default options compile clean doc cleandoc test bm snapshot install