Skip to content

Commit

Permalink
Tweak for Texinfo 7 on Windows (add title, see 84721).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84798 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Jul 31, 2023
1 parent c8e6aea commit 5e177f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/manual/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ BATCHPDFLATEX = $(PDFLATEX) -interaction=nonstopmode
MAKEINDEX = LC_ALL=C makeindex
TEXINDEX = LC_ALL=C texindex

TEXI2ANY_HTML_OPTS = --html --no-split --css-include=$(srcdir)/Rman.css
TEXI2ANY_HTML_OPTS = --html --no-split --css-include=$(srcdir)/Rman.css \
--set-customization-variable SHOW_TITLE=true
TEXI2ANY_TEXT_OPTS = --number-sections --fill-column=76 --no-split --no-headers
TEXI2HTML = LC_ALL=C $(TEXI2ANY) $(TEXI2ANY_HTML_OPTS)
TEXI2TEXT = LC_ALL=C $(TEXI2ANY) $(TEXI2ANY_TEXT_OPTS)
Expand Down

0 comments on commit 5e177f3

Please sign in to comment.