summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-12-19 03:14:32 +0100
committerGravatar Nikias Bassen2021-12-19 03:14:32 +0100
commitc81471ce6e8821ba03427824217612dcab8e091b (patch)
tree463f2aefeb0a48ceef52db709edc3b1707727845
parentc31beaaec196c26990139e3fc4f89f996d7b86e9 (diff)
downloadlibplist-c81471ce6e8821ba03427824217612dcab8e091b.tar.gz
libplist-c81471ce6e8821ba03427824217612dcab8e091b.tar.bz2
Fix 'make docs' target deleting the whole docs subdir
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b9a1a52..4d21b65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ EXTRA_DIST = \
14 README.md 14 README.md
15 15
16docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h 16docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
17 rm -rf docs 17 rm -rf docs/html
18 doxygen doxygen.cfg 18 doxygen doxygen.cfg
19 19
20docs: doxygen.cfg docs/html 20docs: doxygen.cfg docs/html