diff options
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 \ |