summaryrefslogtreecommitdiff
path: root/html/man
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-08-30 21:26:45 +0000
committerbfriesen <bfriesen>2015-08-30 21:26:45 +0000
commit84d33fdf56b9ad47317df3041b7187114afc6a81 (patch)
tree9bc17df3896527df8ae349ebe13df4379a4db924 /html/man
parent9c7d8588ea4e6acb621f9789c4ac14fb3654e5f7 (diff)
downloadlibtiff-84d33fdf56b9ad47317df3041b7187114afc6a81.tar.gz
All the CMakeLists.txt files were missing from the distribution tarball.
Diffstat (limited to 'html/man')
-rw-r--r--html/man/Makefile.am2
-rw-r--r--html/man/Makefile.in3
2 files changed, 5 insertions, 0 deletions
diff --git a/html/man/Makefile.am b/html/man/Makefile.am
index ca222dea..5fd729be 100644
--- a/html/man/Makefile.am
+++ b/html/man/Makefile.am
@@ -124,3 +124,5 @@ htmldoc:
${GROFF} $(MANSRCDIR)/$$i > $(HTMLMANDIR)/$$i.html; \
done
+EXTRA_DIST = \
+ CMakeLists.txt
diff --git a/html/man/Makefile.in b/html/man/Makefile.in
index cbce8ccb..533e7c23 100644
--- a/html/man/Makefile.in
+++ b/html/man/Makefile.in
@@ -407,6 +407,9 @@ dist_doc_DATA = $(indexfile) $(docfiles)
INDEXSTART = '<HTML><HEAD><TITLE>Libtiff HTML manpage index</TITLE></HEAD><BODY BGCOLOR=white><ul><H2>Man Pages</h2><p>'
INDEXEND = '</ul></BODY></HTML>'
manpages = $(docfiles:.html=)
+EXTRA_DIST = \
+ CMakeLists.txt
+
all: all-am
.SUFFIXES: