summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-09 14:21:19 +0200
committerGravatar Nikias Bassen2020-06-09 14:21:19 +0200
commit65a7ffbfb124c2a0acf94b5e88911d6bf95d6009 (patch)
tree7dc6c00b6a1e5857e0d49cd0d5a6972071faf5cf
parent2d9e7f7da5b5928cdd4cb197996c420b5f431b9e (diff)
downloadlibplist-65a7ffbfb124c2a0acf94b5e88911d6bf95d6009.tar.gz
libplist-65a7ffbfb124c2a0acf94b5e88911d6bf95d6009.tar.bz2
Make sure to not remove the 'docs' directory on 'make clean'
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 487dc6a..a46e047 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,3 @@ docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
doxygen doxygen.cfg
docs: doxygen.cfg docs/html
-
-clean-local:
- rm -rf docs