From 1ddb40f6fd286c3c6ef510735112db1ac1b60936 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 19 Apr 2024 17:26:41 +0300 Subject: [PATCH] Build: Remove old Doxygen rules from top-level Makefile.am (cherry picked from commit d3a77ebc04bf1db8d52de2d9b0f07877bc4fd139) --- Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6295d6fb..a2e3b84a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,18 +36,6 @@ dist_examples_DATA = \ doc/examples/04_compress_easy_mt.c \ doc/examples/11_file_info.c \ doc/examples/Makefile - -# Install the Doxygen generated documentation if they were built. -install-data-local: - if test -d "$(srcdir)/doc/api" ; then \ - $(MKDIR_P) "$(DESTDIR)$(docdir)/api" && \ - $(INSTALL_DATA) "$(srcdir)"/doc/api/* \ - "$(DESTDIR)$(docdir)/api"; \ - fi - -# Remove the Doxygen generated documentation when uninstalling. -uninstall-local: - rm -rf "$(DESTDIR)$(docdir)/api" endif EXTRA_DIST = \