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-09-30 15:15:56 +1000
commit8828033cc48fccc02729c9261e8f38033540b048 (patch)
treeafcdd29a707f613f04a611d77b567271d1516d96 /doc
parent418075e11f6c318e346211c916e113d811fa52b4 (diff)
downloadflac-8828033cc48fccc02729c9261e8f38033540b048.tar.gz
Make sure CMake build files end up in release tarballtopic/cmake-dist
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