[master] 93c725e Add final part of the sphinx distcheck fix.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jul 7 22:09:08 CEST 2015


commit 93c725ebe103051f110de5cf0d2c71099d670460
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jul 7 22:06:59 2015 +0200

    Add final part of the sphinx distcheck fix.
    
    There is potential for improvement in this whole
    documentation build business of ours.

diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am
index 618a54c..6d71c14 100644
--- a/doc/sphinx/Makefile.am
+++ b/doc/sphinx/Makefile.am
@@ -35,7 +35,7 @@ clean:
 link_srcdir:
 	if test "x$(srcdir)" != "x$(builddir)" && test ! -f index.rst ; then \
 		d=`pwd`/$(builddir) ; \
-		cd $(srcdir) && find . -name \*.rst -type f | cpio -ldmp $${d} ; \
+		cd $(srcdir) && find . -type f | cpio -ldmp $${d} ; \
 	fi
 
 # work around for make html called within doc/sphinx



More information about the varnish-commit mailing list