summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 21:28:59 +0200
committerGravatar Martin Szulecki2020-06-08 21:28:59 +0200
commit80d377af83f7f9ea93ce12ec464897755a82eb8b (patch)
tree87a34b66f2d30d2a4405d885236bb93a1b453827 /Makefile.am
parent1be2c75a927adf951db5b596351e3d5b8458ee9f (diff)
downloadlibplist-80d377af83f7f9ea93ce12ec464897755a82eb8b.tar.gz
libplist-80d377af83f7f9ea93ce12ec464897755a82eb8b.tar.bz2
Make sure README.md file is added to distribution archive
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
SUBDIRS += fuzz
endif
+EXTRA_DIST = \
+ README.md
+
docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
rm -rf docs
doxygen doxygen.cfg