diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e95cb38..560a006 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,5 @@ -## Process this file with automake to produce Makefile.in -#Stolen from Steve Harris' liblo, thanks Steve! MAINTAINERCLEANFILES=Makefile.in config.log - +if HAVE_DOXYGEN CLEANFILES=doxygen-build.stamp DOX=documentation.doxygen @@ -29,3 +27,4 @@ distclean-local: clean rm -f *.stamp || true if test -d html; then rm -rf html; fi +endif |