From 812e693b8c025c73ff5cddae3581b547465ab915 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 8 Jan 2013 16:44:41 +0000 Subject: fixed build system bugs to do with the maintainer-clean target --- doc/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3