[geos-devel] doc/Makefile.am
Paul Ramsey
pramsey at refractions.net
Mon Jul 19 15:28:20 EDT 2004
I changed it somewhat so I could 'make dist' again, which is used for
CVS snapshot.
It looks like this now:
noinst_PROGRAMS = example
LIBS = ../source/geom/libgeos.la
example_SOURCES = example.cpp
example_LDADD = $(LIBS)
INCLUDES = -I../source/headers
DOXYGEN = doxygen
doxygen-html: Doxyfile
$(DOXYGEN) $<
clean-generic:
rm -Rf doxygen_docs
EXTRA_DIST = Doxyfile
More information about the geos-devel
mailing list