summaryrefslogtreecommitdiffstats
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
parent1be2c75a927adf951db5b596351e3d5b8458ee9f (diff)
downloadlibplist-80d377af83f7f9ea93ce12ec464897755a82eb8b.tar.gz
libplist-80d377af83f7f9ea93ce12ec464897755a82eb8b.tar.bz2
Make sure README.md file is added to distribution archive
-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