summaryrefslogtreecommitdiff
path: root/Build/source/doc/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-21 22:33:25 +0000
committerKarl Berry <karl@freefriends.org>2014-04-21 22:33:25 +0000
commitd67cd9824523dc725b1cdf9229c38dfa69812e65 (patch)
tree5f25519b02159d2bc57f2003479fe2712951fad8 /Build/source/doc/Makefile.am
parent447bcd45d972526c26cc8436a8096a7898160bbd (diff)
renname whole document to tlbuild rather than texlive, since that is what it describes
git-svn-id: svn://tug.org/texlive/trunk@33604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/Makefile.am')
-rw-r--r--Build/source/doc/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/doc/Makefile.am b/Build/source/doc/Makefile.am
index a734cab4f44..59c4aaecd77 100644
--- a/Build/source/doc/Makefile.am
+++ b/Build/source/doc/Makefile.am
@@ -1,20 +1,21 @@
## Makefile.am for the TeX Live subdirectory ./doc/
##
-## Copyright 2013, 2014 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2013-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
## The info files
-info_TEXINFOS = texlive.texi
-texlive_TEXINFOS = tlbuild.texi build-tools.txt
+info_TEXINFOS = tlbuild.texi
+texlive_TEXINFOS = build-tools.txt
EXTRA_DIST = ${PDFS} splitinfo.gawk
# just for development of the doc.
-readme-files: texlive.texi
+readme-files: tlbuild.texi
rm -f README.*
makeinfo --no-split -o /tmp/i $< # for error checking
makeinfo --plaintext -o - $< \
| tee /tmp/a \
| gawk -f $(srcdir)/splitinfo.gawk
ls -l README.*
+# head -8 README.*
.PHONY: readme-files