Ignore .git and _build directories for livehtml
This commit is contained in:
parent
bf98a6b3be
commit
f3ea38e9db
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ latexpdf-web:
|
||||
@cd _build/latex; TEX_MAX_REPEAT=3 LATEXMKOPTS="-usepretex=$(LATEX_PRE)\\\\powebtrue -r latexmkrc -lualatex" make PointsOfOrder_Web.pdf
|
||||
|
||||
livehtml:
|
||||
@PYTHONPATH=. sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) -d _build/doctrees $(O)
|
||||
@PYTHONPATH=. sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) -d _build/doctrees --ignore ".git/*" --ignore "_build/*" $(O)
|
||||
|
||||
mobi:
|
||||
./po_ebook_convert.py _build/epub/PointsofOrder.epub _build/epub/PointsofOrder.mobi --mobi-file-type=both --remove-first-image --cover=_static/cover.jpg --chapter=/ --change-justification=left --mobi-ignore-margins --no-inline-toc
|
||||
|
Loading…
Reference in New Issue
Block a user