Skip to content

Commit

Permalink
Record texi2any version components.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84802 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Aug 1, 2023
1 parent 1f8024a commit 96e1332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ OBJECTS_MOBI = $(SOURCES_TEXI:.texi=.mobi)

MAKEINDEX = @MAKEINDEX@
TEXI2ANY = @TEXI2ANY@
TEXI2ANY_VERSION_MAJ = @TEXI2ANY_VERSION_MAJ@
TEXI2ANY_VERSION_MIN = @TEXI2ANY_VERSION_MIN@
TEXI2ANY_HTML_OPTS = --html --no-split --css-include=$(srcdir)/Rman.css @HAVE_TEXI2ANY_V7_TRUE@ --set-customization-variable SHOW_TITLE=true
TEXI2ANY_TEXT_OPTS = --number-sections --fill-column=76 --no-split --no-headers
TEXI2HTML = $(TEXI2ANY) $(TEXI2ANY_HTML_OPTS)
Expand Down
2 changes: 2 additions & 0 deletions m4/R.m4
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ else
HAVE_TEXI2ANY_V7_TRUE=
fi
AC_SUBST(HAVE_TEXI2ANY_V7_TRUE)
AC_SUBST([TEXI2ANY_VERSION_MAJ], [${r_cv_prog_texi2any_version_maj}])
AC_SUBST([TEXI2ANY_VERSION_MIN], [${r_cv_prog_texi2any_version_min}])
])# R_PROG_TEXI2ANY

## _R_PROG_TEXI2ANY_VERSION
Expand Down

0 comments on commit 96e1332

Please sign in to comment.