libgeda: Minor changes to doxygen generation.
[geda-gaf.git] / libgeda / docs / Makefile.am
blob32c71eb18b7aa5ae4a66483464a598405a23b296
1 SUBDIRS = images
3 EXTRA_DIST =            libgeda-main.txt what-is-geda.html \
4                         what-is-libgeda.html logo.png libgeda.dox
6 SUFFIXES =              .html .tex .pdf
8 all: 
9         @echo 'Type: make doxygen  to create doxygen documentation for libgeda'
11 doxygen: libgeda.dox
12         @echo 'Creating doxygen documentation for libgeda...'
13 if ENABLE_DOXYGEN
14         -(cd images && $(MAKE) images)
15         $(DOXYGEN) libgeda.dox
16         -(cd latex && $(MAKE))
17 else
18         @echo 'configure was not run with the --enable-doxygen switch.'
19         @echo 'The documentation cannot be built from the sources.'
20 endif
22 MOSTLYCLEANFILES =      *.log *~
23 CLEANFILES =            *.log *~
24 DISTCLEANFILES =        *.log
25 MAINTAINERCLEANFILES =  *.log *~ Makefile.in
27 distclean-local:
28         -rm -rf html latex
30 maintainer-clean-local:
31         -rm -rf html latex