From c81471ce6e8821ba03427824217612dcab8e091b Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 19 Dec 2021 03:14:32 +0100 Subject: Fix 'make docs' target deleting the whole docs subdir --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b9a1a52..4d21b65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST = \ README.md docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h - rm -rf docs + rm -rf docs/html doxygen doxygen.cfg docs: doxygen.cfg docs/html -- cgit v1.1-32-gdbae