From a7bc84e3d39782acaf5bb84e3e2ddc0d9995f091 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Sat, 28 Aug 2021 13:35:06 +1000 Subject: build: doc: fix `make distcleancheck` `make distcleancheck` was not passing before this patchset. Now fixed. Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- doxygen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am index f38009b..bab34bf 100644 --- a/doxygen/Makefile.am +++ b/doxygen/Makefile.am @@ -14,7 +14,7 @@ CLEANFILES = doxyfile.stamp all-local: doxyfile.stamp clean-local: - rm -rf $(top_srcdir)/doxygen/man $(top_srcdir)/doxygen/html + rm -rf man html install-data-local: mkdir -p $(DESTDIR)$(mandir)/man3 cp --no-dereference --preserve=links,mode,timestamps man/man3/*.3\ -- cgit v1.2.3