aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2013-01-08 16:44:41 +0000
committerJamie Bullock <jamie@jamiebullock.com>2013-01-08 16:44:41 +0000
commit812e693b8c025c73ff5cddae3581b547465ab915 (patch)
treedea9a282366dbcd2c0c3a37fbec571d7301c415f /doc
parent31b856e8fd028f977841a6c736cc19d6eaeee312 (diff)
downloadLibXtract-812e693b8c025c73ff5cddae3581b547465ab915.tar.gz
LibXtract-812e693b8c025c73ff5cddae3581b547465ab915.tar.bz2
LibXtract-812e693b8c025c73ff5cddae3581b547465ab915.zip
fixed build system bugs to do with the maintainer-clean target
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
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