Added missing file to EXTRA_DIST
[geda-gaf.git] / gattrib / docs / Makefile.am
blob3445eb129be09c81fca7335e7dfba5e3b84e26d1
1 SUFFIXES =              .html
3 EXTRA_DIST = gattrib.dox logo.png
5 all: 
6         @echo 'Type: make doxygen  to create doxygen documentation for gattrib'
8 doxygen: gattrib.dox
9         @echo 'Creating doxygen documentation for gattrib...'
10 if ENABLE_DOXYGEN
11         $(DOXYGEN) gattrib.dox
12 else
13         @echo 'Doxygen is not installed on your system.' >> $@
14         @echo 'The documentation can not be built from the sources.'     >> $@
15 endif
17 MOSTLYCLEANFILES =      *.log *~
18 CLEANFILES =            *.log *~
19 DISTCLEANFILES =        *.log
20 MAINTAINERCLEANFILES =  *.log *~ Makefile.in
22 distclean-local:
23         -rm -rf html latex
25 maintainer-clean-local:
26         -rm -rf html latex