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)
15 $(DOXYGEN) libgeda.dox
16 -(cd latex && $(MAKE))
18 @echo 'configure was not run with the --enable-doxygen switch.'
19 @echo 'The documentation cannot be built from the sources.'
22 MOSTLYCLEANFILES = *.log *~
24 DISTCLEANFILES = *.log
25 MAINTAINERCLEANFILES = *.log *~ Makefile.in
30 maintainer-clean-local: