From eac2c3c67f9113a225fb6667df862edd30366931 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 9 Feb 2024 17:20:31 +0200 Subject: 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. --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3