[tex-live] Texinfo syntax error

Johannes Hielscher jhielscher at posteo.de
Mon Feb 19 13:19:29 CET 2018


Hi,

-r46623 introduces a bug into Source/doc/tlbuild.texi (literal @ have
to be escaped as @@). See patch.

Best,
Johannes


Index: doc/tlbuild.texi
===================================================================
--- doc/tlbuild.texi	(Revision 46623)
+++ doc/tlbuild.texi	(Arbeitskopie)
@@ -2506,7 +2506,7 @@
 mapping from subversion names to name/email as shown in git.
 
 The initial checkout was done by invocing
- at code{git svn --authors-file usermap clone svn://USER@tug.org/texlive/trunk/Build/source}
+ at code{git svn --authors-file usermap clone svn://USER@@tug.org/texlive/trunk/Build/source}
 where the @code{usermap} file maps subversion user names to name and
 emails of the authors. 
 
@@ -2522,7 +2522,7 @@
 @code{texlive-source} was created by @emph{admin} within the
 @code{TeX-Live} organization (@url{https://github.com/TeX-Live/}), the
 remote added to the checkout with
- at code{git remote add origin git at github.com:TeX-Live/texlive-source.git}.
+ at code{git remote add origin git@@github.com:TeX-Live/texlive-source.git}.
 
 To automate the update on Github, a new ssh key was generated and added
 to the @code{texlive-source} repository on Github as deployment


More information about the tex-live mailing list