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
# 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