diff options
author | Colin Walters <walters@verbum.org> | 2012-06-30 10:52:25 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-06-30 10:52:27 -0400 |
commit | f746c4488961851df9a0f11e04511693e427dd03 (patch) | |
tree | 716365a982913151ee142366114a816feba9111e /Makefile.am | |
parent | 30b70bdd4113a3bb22e8ee98ecdfde5c5e5c165e (diff) | |
download | gvfs-f746c4488961851df9a0f11e04511693e427dd03.tar.gz |
build: Add --disable-documentation option
Some embedded users may not want it, and for gnome-ostree right now I
don't have the Docbook infrastrucutre set up.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fc351f6c..f013a7d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,10 +8,13 @@ SUBDIRS = \ monitor \ po \ programs \ - man \ test \ $(NULL) +if BUILD_DOCUMENTATION +SUBDIRS += man +endif + ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |