diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-25 17:44:26 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-04-25 17:44:26 +0300 |
commit | 56056571df3377eaa6ae6233b3ccc5d72e81d43d (patch) | |
tree | 01dacfdef3862a0eb0f535e92e5e51de394b1679 /Makefile.am | |
parent | Update INSTALL. (diff) | |
download | xz-56056571df3377eaa6ae6233b3ccc5d72e81d43d.tar.xz |
Build: Add --disable-doc to configure.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 42b73fd4..dcfcc89f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ endif SUBDIRS += src po tests +if COND_DOC dist_doc_DATA = \ AUTHORS \ COPYING \ @@ -42,6 +43,7 @@ examplesolddir = $(docdir)/examples_old dist_examplesold_DATA = \ doc/examples_old/xz_pipe_comp.c \ doc/examples_old/xz_pipe_decomp.c +endif EXTRA_DIST = \ extra \ |