3 EXTRA_DIST = libgeda-main.txt what-is-geda.html \
4 what-is-libgeda.html logo.png libgeda.dox
6 SUFFIXES = .html .tex .pdf
9 @echo 'Type: make doxygen to create doxygen documentation for libgeda'
12 @echo 'Creating doxygen documentation for libgeda...'
14 -cd images && $(MAKE) images
16 $(DOXYGEN) libgeda.dox
20 @echo 'configure was not run with the --enable-doxygen switch.'
21 @echo 'The documentation cannot be built from the sources.'
24 MOSTLYCLEANFILES = *.log *~
26 DISTCLEANFILES = *.log
27 MAINTAINERCLEANFILES = *.log *~ Makefile.in
32 maintainer-clean-local: