From 8ede961374613aa302a13571d662cfaea1cf91f7 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 2 May 2024 22:59:04 +0300 Subject: [PATCH] Build: Don't copy doc/api from source tree to distribution tarball It was copied if it existed. This was intentional when autogen.sh still built liblzma API docs with Doxygen. Fixes: d3a77ebc04bf1db8d52de2d9b0f07877bc4fd139 --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index a2e3b84a..5ba0dab2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,11 +88,6 @@ dist-hook: > "$$dest/txt/$$BASE.txt"; \ done; \ fi - if test -d "$(srcdir)/doc/api" ; then \ - $(MKDIR_P) "$(distdir)/doc/api" && \ - $(INSTALL_DATA) "$(srcdir)"/doc/api/* \ - "$(distdir)/doc/api"; \ - fi # This works with GNU tar and gives cleaner package than normal 'make dist'. # This also ensures that the man page translations are up to date (dist-hook