summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
diff options
context:
space:
mode:
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)