Use automake support for texi to generate version info in the manual
Automake contains some support for automagically adding version information to a texi manual (see https://www.gnu.org/software/automake/manual/automake.html#Texinfo). > If the .texi file @includes version.texi, then that file will be > automatically generated This patch gets rid of the texi.texi.in and instead uses the standard method to inject version information in the manual. This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870634
This commit is contained in:
@ -278,7 +278,6 @@ lib/parser/Makefile
|
|||||||
lib/tests/Makefile
|
lib/tests/Makefile
|
||||||
mu4e/Makefile
|
mu4e/Makefile
|
||||||
mu4e/mu4e-meta.el
|
mu4e/mu4e-meta.el
|
||||||
mu4e/texi.texi
|
|
||||||
guile/Makefile
|
guile/Makefile
|
||||||
guile/texi.texi
|
guile/texi.texi
|
||||||
guile/mu/Makefile
|
guile/mu/Makefile
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
\input texinfo.tex @c -*-texinfo-*-
|
\input texinfo.tex @c -*-texinfo-*-
|
||||||
@documentencoding UTF-8
|
@documentencoding UTF-8
|
||||||
@include texi.texi
|
@include version.texi
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename mu4e.info
|
@setfilename mu4e.info
|
||||||
@settitle Mu4e @value{mu-version} user manual
|
@settitle Mu4e @value{VERSION} user manual
|
||||||
|
|
||||||
@c Use proper quote and backtick for code sections in PDF output
|
@c Use proper quote and backtick for code sections in PDF output
|
||||||
@c Cf. Texinfo manual 14.2
|
@c Cf. Texinfo manual 14.2
|
||||||
@ -26,7 +26,7 @@ Documentation License.''
|
|||||||
|
|
||||||
@titlepage
|
@titlepage
|
||||||
@title @t{Mu4e} --- an e-mail client for GNU/Emacs
|
@title @t{Mu4e} --- an e-mail client for GNU/Emacs
|
||||||
@subtitle version @value{mu-version}
|
@subtitle version @value{VERSION}, @value{UPDATED}
|
||||||
@author Dirk-Jan C. Binnema
|
@author Dirk-Jan C. Binnema
|
||||||
|
|
||||||
@c The following two commands start the copyright page.
|
@c The following two commands start the copyright page.
|
||||||
@ -52,7 +52,7 @@ Documentation License.''
|
|||||||
@unnumbered Welcome to mu4e
|
@unnumbered Welcome to mu4e
|
||||||
@end iftex
|
@end iftex
|
||||||
|
|
||||||
Welcome to @t{mu4e} @value{mu-version}.
|
Welcome to @t{mu4e} @value{VERSION}.
|
||||||
|
|
||||||
@t{mu4e} (@t{mu}-for-emacs) is an e-mail client for GNU-Emacs version
|
@t{mu4e} (@t{mu}-for-emacs) is an e-mail client for GNU-Emacs version
|
||||||
24.4 or higher, built on top of the
|
24.4 or higher, built on top of the
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
@c the version for mu for including in texinfo docs
|
|
||||||
@set mu-version @VERSION@
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user