summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-01-06 16:30:27 +0000
committerRoger Leigh <rleigh@debian.org>2006-01-06 16:30:27 +0000
commitc9021e39b3324554a76986b3ddf3b3d7f06d741f (patch)
tree273424ef186ae3639e48d7c91914f1686f3e16ac /doc
parentd744e6fa2846855c1a457ec05ca951143d3f3b03 (diff)
downloadschroot-c9021e39b3324554a76986b3ddf3b3d7f06d741f.tar.gz
* doc/Makefile.am (all-local): Don't rebuild doxygen documentation
when not in maintainer mode. * configure.ac: Enable maintainer mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 46230963..9207983e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,7 +20,9 @@
#
#####################################################################
+if MAINTAINER_MODE
all-local: schroot
+endif
if USE_DOXYGEN
schroot: schroot-stamp
@@ -42,7 +44,8 @@ maintainer-clean-local:
MAINTAINERCLEANFILES = \
schroot-stamp
-EXTRA_DIST = \
- schroot
+EXTRA_DIST = \
+ schroot \
+ schroot-stamp
.PHONY: schroot