From 3dfdddc182a84ee731701da2784de2de27eb5ebb Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Thu, 30 Apr 2009 20:19:26 +0000 Subject: [PATCH] add make target to build Doxygen git-svn-id: http://svn.osgeo.org/postgis/trunk@4043 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 6 ++++++ doc/doxygen.cfg.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 558c121a7..dbb45af0a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index 2c7e6c14e..b29e3e091 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -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 -- 2.49.0