[master] aeaf698f0 Make sphinx rules a bit more informative

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jun 10 15:50:08 UTC 2020


commit aeaf698f0105b363bd1cb04e66cd47d5d4cb6f04
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jun 10 17:31:00 2020 +0200

    Make sphinx rules a bit more informative

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index a9a47e432..4ef49bc66 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -42,13 +42,13 @@ all: link_srcdir
 html: sphinx_prereq
 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
 	@echo
-	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+	@echo "Build finished. The HTML pages are in $(subdir)/$(BUILDDIR)/html."
 
 linkcheck: sphinx_prereq
 	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
 	@echo
 	@echo "Link check complete; look for any errors in the above output " \
-	      "or in $(BUILDDIR)/linkcheck/output.txt."
+	      "or in $(subdir)/$(BUILDDIR)/linkcheck/output.txt."
 
 EXTRA_DIST = \
 	conf.py \


More information about the varnish-commit mailing list