gnetlist: Clean up g_get_nets() control flow.
[geda-gaf/whiteaudio.git] / libgeda / docs / Makefile.am
blobb459e81f026d33869bc98f983c43d33d2d822627
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         -cd ..
16         $(DOXYGEN) libgeda.dox
17         -cd latex && $(MAKE)
18         -cd ..
19 else
20         @echo 'configure was not run with the --enable-doxygen switch.'
21         @echo 'The documentation cannot be built from the sources.'
22 endif
24 MOSTLYCLEANFILES =      *.log *~
25 CLEANFILES =            *.log *~
26 DISTCLEANFILES =        *.log
27 MAINTAINERCLEANFILES =  *.log *~ Makefile.in
29 distclean-local:
30         -rm -rf html latex
32 maintainer-clean-local:
33         -rm -rf html latex