diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-09 17:20:31 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 15:23:00 +0200 |
commit | eac2c3c67f9113a225fb6667df862edd30366931 (patch) | |
tree | 1bdd6f8e738e78ffacc3e92aeae977431dbd167b /Makefile.am | |
parent | Tests: Add RISC-V filter support in a few places. (diff) | |
download | xz-eac2c3c67f9113a225fb6667df862edd30366931.tar.xz |
Doc: Remove doc/examples_old.
It was good to keep these around in parallel with the newer examples
but I think it's OK to remove the old ones at this point.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 310846e2..5b158c53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,11 +40,6 @@ dist_examples_DATA = \ doc/examples/04_compress_easy_mt.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 - # Install the Doxygen generated documentation if they were built. install-data-local: if test -d "$(srcdir)/doc/api" ; then \ |