summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-24 00:06:56 +0000
committerbuckE <buckE@disroot.org>2020-06-24 00:06:56 +0000
commit5d8e87703b339cc723bb5a27d20cbd6be1df20c2 (patch)
tree6d9698e0593ad0fb48c56a4b33d8874f2155765d
parent5d3aef5d035c1a78c930b44d19485396d190e09e (diff)
downloaddocs-5d8e87703b339cc723bb5a27d20cbd6be1df20c2.tar.gz
docs-5d8e87703b339cc723bb5a27d20cbd6be1df20c2.tar.bz2
docs-5d8e87703b339cc723bb5a27d20cbd6be1df20c2.zip
~ instead of full path
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76a2198e..2fd6b1dd 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ diagrams: arch-api.png
# remove all cached state first.
html: diagrams
# -W = exit 1 on warning; --keep-going = complete build anyway; write log to ~/warnings.log
- $(SPHINXBUILD) -W --keep-going -w warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ $(SPHINXBUILD) -W --keep-going -w ~/sphinx-warnings.log -b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@@ -123,7 +123,7 @@ latex:
latexpdf:
# -W = exit 1 on warning; --keep-going = complete build anyway
- $(SPHINXBUILD) -W --keep-going -w /home/docbuilder/sphinx-warnings.log -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
+ $(SPHINXBUILD) -W --keep-going -w ~/sphinx-warnings.log -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo "Running LaTeX files through pdflatex..."
$(MAKE) -C $(BUILDDIR)/latex all-pdf
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."