gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: do NOT hardcode paths like /home/doc


From: gnunet
Subject: [taler-docs] branch master updated: do NOT hardcode paths like /home/docbuilder in Makefile
Date: Tue, 23 Jun 2020 22:36:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ccf5861  do NOT hardcode paths like /home/docbuilder in Makefile
ccf5861 is described below

commit ccf586100520ea3c56651403d005c78115f42497
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 23 22:36:50 2020 +0200

    do NOT hardcode paths like /home/docbuilder in Makefile
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6074592..76a2198 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,8 @@ diagrams: arch-api.png
 # The html-linked builder does not support caching, so we
 # 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 /home/docbuilder/sphinx-warnings.log 
-b html-linked $(ALLSPHINXOPTS) $(BUILDDIR)/html
+# -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
        @echo
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]