diff options
author | Nikias Bassen | 2020-06-09 14:21:19 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-09 14:21:19 +0200 |
commit | 65a7ffbfb124c2a0acf94b5e88911d6bf95d6009 (patch) | |
tree | 7dc6c00b6a1e5857e0d49cd0d5a6972071faf5cf | |
parent | 2d9e7f7da5b5928cdd4cb197996c420b5f431b9e (diff) | |
download | libplist-65a7ffbfb124c2a0acf94b5e88911d6bf95d6009.tar.gz libplist-65a7ffbfb124c2a0acf94b5e88911d6bf95d6009.tar.bz2 |
Make sure to not remove the 'docs' directory on 'make clean'
-rw-r--r-- | Makefile.am | 3 |
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 |