summaryrefslogtreecommitdiff
path: root/Build/source/doc/Makefile.am
blob: 705b4c2a1234414fa31ee06480f6eced2d3e887a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Makefile.am for the TeX Live subdirectory ./doc/
##
## 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 = build.texi build-tools.txt

EXTRA_DIST = ${PDFS}

# just for development of the doc.
readme-files: texlive.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.*
.PHONY: readme-files