summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
SUBDIRS += fuzz
endif
+EXTRA_DIST = \
+ README.md
+
docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
rm -rf docs
doxygen doxygen.cfg