From 80d377af83f7f9ea93ce12ec464897755a82eb8b Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 21:28:59 +0200 Subject: Make sure README.md file is added to distribution archive --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.1-32-gdbae