[mapserver-commits] r9702 - trunk/docs

svn at osgeo.org svn at osgeo.org
Mon Jan 18 09:36:45 EST 2010


Author: hobu
Date: 2010-01-18 09:36:45 -0500 (Mon, 18 Jan 2010)
New Revision: 9702

Modified:
   trunk/docs/Makefile
Log:
add pdf builder target (not working yet)

Modified: trunk/docs/Makefile
===================================================================
--- trunk/docs/Makefile	2010-01-15 20:36:21 UTC (rev 9701)
+++ trunk/docs/Makefile	2010-01-18 14:36:45 UTC (rev 9702)
@@ -88,6 +88,17 @@
 	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex/<language>."\
 	@echo "Run \`make all-pdf' or \`make all-ps'"
 
+pdf:
+	@for lang in $(LANGUAGES);\
+	do \
+		mkdir -p $(BUILDDIR)/pdf/$$lang $(BUILDDIR)/doctrees/$$lang; \
+		$(SPHINXBUILD) -b pdf $(ALLSPHINXOPTS) $$lang $(BUILDDIR)/pdf/$$lang;\
+	done
+	@echo
+	@echo "Build finished; the PDF files are in $(BUILDDIR)/pdf/<language>."\
+	@echo "Run \`make pdf' "
+
+
 all-pdf:
 	@for lang in $(LANGUAGES);\
 	do \



More information about the mapserver-commits mailing list