[Liblas-commits] hg: add doxygen build target

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Apr 8 10:00:48 EDT 2010


changeset 8f77899df915 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=8f77899df915
summary: add doxygen build target

diffstat:

 doc/Makefile |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 490a89e5e964 -r 8f77899df915 doc/Makefile
--- a/doc/Makefile	Thu Apr 08 08:55:23 2010 -0500
+++ b/doc/Makefile	Thu Apr 08 09:00:40 2010 -0500
@@ -39,6 +39,11 @@
 	@echo
 	@echo "Build finished. The HTML pages are in build/dirhtml."
 
+doxygen:
+	cd api; doxygen doxygen.conf; cd ..
+	@echo
+	@echo "Doxygen built"
+    	
 pickle:
 	$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) build/pickle
 	@echo


More information about the Liblas-commits mailing list