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-26 08:47:36 +0300 |
commit | ba3b5dd082db2cb5973e877a74221d739c663fb4 (patch) | |
tree | 84b9f274994f8969b8fc40bf7ea83fb127f3cb60 /Makefile.am | |
parent | Update INSTALL. (diff) | |
download | xz-ba3b5dd082db2cb5973e877a74221d739c663fb4.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 8aa6dfc5..51cc56f2 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 \ |