summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2019-09-29 11:57:21 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-10-01 08:18:28 +1000
commit6d0e222a6e03f1258129b9939d3eb47870d5502a (patch)
tree45446f3ca51cf1e267af889db0d1203b2bf5516f /doc
parentf771c6451b49f7ca5b398dd1a92dbcdec66422de (diff)
downloadflac-6d0e222a6e03f1258129b9939d3eb47870d5502a.tar.gz
Make sure CMake build files end up in release tarball
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html/Makefile.am2
-rw-r--r--doc/html/images/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bc9ae52a..8e972594 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,7 +35,7 @@ doc_DATA = \
FLAC.tag
EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html \
- isoflac.txt $(doc_DATA)
+ isoflac.txt $(doc_DATA) CMakeLists.txt
distclean-local:
rm -rf FLAC.tag html/api doxytmp
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am
index 2c73fdbb..3a274ef5 100644
--- a/doc/html/Makefile.am
+++ b/doc/html/Makefile.am
@@ -38,7 +38,7 @@ html_DATA = \
license.html \
ogg_mapping.html
-EXTRA_DIST = $(html_DATA) api
+EXTRA_DIST = $(html_DATA) api CMakeLists.txt
if FLaC__HAS_DOXYGEN
# The install targets don't copy whole directories so we have to
diff --git a/doc/html/images/Makefile.am b/doc/html/images/Makefile.am
index 467651cd..04ad59aa 100644
--- a/doc/html/images/Makefile.am
+++ b/doc/html/images/Makefile.am
@@ -22,4 +22,4 @@ logos_DATA = \
logo.svg \
logo130.gif
-EXTRA_DIST = $(logos_DATA)
+EXTRA_DIST = $(logos_DATA) CMakeLists.txt