summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index edfe072..487dc6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,9 @@ if BUILD_FUZZERS
8SUBDIRS += fuzz 8SUBDIRS += fuzz
9endif 9endif
10 10
11EXTRA_DIST = \
12 README.md
13
11docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h 14docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
12 rm -rf docs 15 rm -rf docs
13 doxygen doxygen.cfg 16 doxygen doxygen.cfg