Updated ChangeLogs one more time for 1.5.2
[geda-gaf/whiteaudio.git] / gattrib / docs / Makefile.am
blobf44e99df80849c61827c1407e38da897471fe296
1 SUFFIXES =              .html
3 EXTRA_DIST = gattrib.dox
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 BUILDDOC
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 configure
22 distclean-local:
23         -rm -rf html latex
25 maintainer-clean-local:
26         -rm -rf html latex