]> granicus.if.org Git - postgis/commitdiff
add make target to build Doxygen
authorKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 30 Apr 2009 20:19:26 +0000 (20:19 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Thu, 30 Apr 2009 20:19:26 +0000 (20:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4043 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in
doc/doxygen.cfg.in

index 558c121a71dd1c0d355532bb54f8baeb1627e503..dbb45af0a6c2b191b01d0e08db3c62ec4f0f17ab 100644 (file)
@@ -100,6 +100,12 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO
 
 pdf: postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
 
+doxygen.cfg: doxygen.cfg.in
+       cat $< | sed "s/@@LAST_RELEASE_VERSION@@/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}/g" > $@
+
+doxygen: doxygen.cfg
+       doxygen $<
+
 clean:
        @rm -f \
                postgis-out.xml
index 2c7e6c14ecdc5e8b73ef0083d9992c62dd286ecd..b29e3e091c1a38e0e1e3a68603b01d76eb9dd8ea 100644 (file)
@@ -459,7 +459,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = postgis liblwgeom
+INPUT                  = ../postgis ../liblwgeom
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp