This commit is contained in:
Sam
2019-07-14 19:42:40 +02:00
parent 4a06feb399
commit a3613617a4
128 changed files with 36907 additions and 3 deletions

View File

@ -14,7 +14,9 @@ clean-install:
rm -fr $(VENV)
html:
rm -rf docs/build && $(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
rm -rf docsrc/build
$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
cp -a docsrc/build/html/. docs
install-db:
psql -U postgres -f fittrackee_api/db/create.sql