summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-22 21:44:23 +0000
committerKarl Berry <karl@freefriends.org>2018-03-22 21:44:23 +0000
commit8624488b93f876d19c3d548c32b4ab773ca07897 (patch)
treece85999b0f7df0e04b68ed29718463a06342a059 /Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
parenta6cadcb1637d3e9ca4e3bbffc386d6921c18200b (diff)
latex2e-help-texinfo (22mar18)
git-svn-id: svn://tug.org/texlive/trunk@47078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
index 2c3cf753278..64cf986d8a1 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 555 2016-11-24 09:45:22Z vincentb1 $
+# $Id: Makefile 609 2018-03-04 23:44:29Z jimhefferon $
# Public domain. Originally written 2006, Karl Berry.
# Makefile for latexrefman.
@@ -24,7 +24,7 @@ texi2pdf = texi2pdf --batch --tidy --build-dir=$*.t2pdf
#
makeinfo = makeinfo
texi2docbook = $(makeinfo) --docbook
-texi2html = $(makeinfo) --html --no-split $(texi2html_top)
+texi2html = $(makeinfo) --html --no-split --css-include=latex2e.css $(texi2html_top)
texi2info = $(makeinfo) --no-split
texi2txt = $(makeinfo) --plaintext --no-split
texi2xml = $(makeinfo) --xml
@@ -39,7 +39,7 @@ texi2html_top = -c TOP_NODE_UP_URL=http://tug.org/texinfohtml/
#
%.dbk: %.texi
$(texi2docbook) -o $@ $<
-%.html: %.texi
+%.html: %.texi %.css
$(texi2html) $<
%.info: %.texi
$(texi2info) $<
@@ -87,7 +87,7 @@ dist: en
mkdir latex2e-help-texinfo && cd latex2e-help-texinfo && ln -s ../* .
zip -q $(dist) \
$(addprefix latex2e-help-texinfo/, $(txt_files) \
- latex2e.texi $(en_mi_output) latex2e.pdf)
+ latex2e.texi common.texi $(en_mi_output) latex2e.pdf)
rm -rf latex2e-help-texinfo
@ls -l $(dist); unzip -t $(dist)