[Pkg-shadow-devel] [PATCH 5/7] build-sys: allow --disable-man to work
Sami Kerola
kerolasa at iki.fi
Fri Aug 30 06:04:26 UTC 2013
People who are developing code will not want to wait for manual page xml
parsing all the time.
Signed-off-by: Sami Kerola <kerolasa at iki.fi>
---
Makefile.am | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 45ad0a9..1c557d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,5 +4,15 @@ EXTRA_DIST = NEWS README TODO shadow.spec.in
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = po man libmisc lib src \
- contrib doc etc
+SUBDIRS = \
+ po \
+ libmisc \
+ lib \
+ src \
+ contrib \
+ doc \
+ etc
+
+if ENABLE_REGENERATE_MAN
+SUBDIRS += man
+endif
--
1.8.4
More information about the Pkg-shadow-devel
mailing list