diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-06-14 20:15:30 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-06-14 20:15:30 +0300 |
commit | f1675f765fe228cb5a5f904f853445a03e33cfe9 (patch) | |
tree | 64a31d9d488cf7d800ce336d062adc2f41c743ea | |
parent | Docs: Add new example programs. (diff) | |
download | xz-f1675f765fe228cb5a5f904f853445a03e33cfe9.tar.xz |
Fix the top-level Makefile.am for the new example programs.
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d94bb7bf..89635868 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,16 @@ dist_doc_DATA = \ examplesdir = $(docdir)/examples dist_examples_DATA = \ - doc/examples/xz_pipe_comp.c \ - doc/examples/xz_pipe_decomp.c + doc/examples/00_README.txt \ + doc/examples/01_compress_easy.c \ + doc/examples/02_decompress.c \ + doc/examples/03_compress_custom.c \ + doc/examples/Makefile + +examplesolddir = $(docdir)/examples_old +dist_examplesold_DATA = \ + doc/examples_old/xz_pipe_comp.c \ + doc/examples_old/xz_pipe_decomp.c EXTRA_DIST = \ extra \ |