libgeda: fix memory leak introduced with the last commit.
[geda-gaf/werner.git] / gattrib / docs / Makefile.am
blob2435c60056f3031a0bf9793347f64402a7b9176d
1 SUFFIXES =              .html
3 all: 
4         @echo 'Type: make doxygen  to create doxygen documentation for gattrib'
6 doxygen: gattrib.dox
7         @echo 'Creating doxygen documentation for gattrib...'
8 if BUILDDOC
9         $(DOXYGEN) gattrib.dox
10 else
11         @echo 'Doxygen is not installed on your system.' >> $@
12         @echo 'The documentation can not be built from the sources.'     >> $@
13 endif
15 MOSTLYCLEANFILES =      *.log *~
16 CLEANFILES =            *.log *~
17 DISTCLEANFILES =        *.log
18 MAINTAINERCLEANFILES =  *.log *~ Makefile.in configure
20 distclean-local:
21         -rm -rf html latex
23 maintainer-clean-local:
24         -rm -rf html latex