diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2013-01-08 16:44:41 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2013-01-08 16:44:41 +0000 |
commit | 812e693b8c025c73ff5cddae3581b547465ab915 (patch) | |
tree | dea9a282366dbcd2c0c3a37fbec571d7301c415f /doc | |
parent | 31b856e8fd028f977841a6c736cc19d6eaeee312 (diff) | |
download | LibXtract-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.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 |