r5440 - trunk/varnish-cache/doc/sphinx

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed Oct 20 15:04:46 CEST 2010


Author: tfheen
Date: 2010-10-20 15:04:46 +0200 (Wed, 20 Oct 2010)
New Revision: 5440

Modified:
   trunk/varnish-cache/doc/sphinx/Makefile.am
Log:
Build documentation at make dist time

Modified: trunk/varnish-cache/doc/sphinx/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/sphinx/Makefile.am	2010-10-20 13:03:52 UTC (rev 5439)
+++ trunk/varnish-cache/doc/sphinx/Makefile.am	2010-10-20 13:04:46 UTC (rev 5440)
@@ -138,3 +138,10 @@
 	tutorial/statistics.rst \
 	tutorial/troubleshooting.rst \
 	tutorial/vcl.rst
+
+dist-hook:
+	$(MAKE) html
+	cp -r $(BUILDDIR) $(distdir)
+
+distclean-local:
+	rm -r $(BUILDDIR)




More information about the varnish-commit mailing list