[latex3-commits] [l3svn] 04/04: Use auto-versioning for style guide/syntax changes

noreply at latex-project.org noreply at latex-project.org
Thu Mar 16 22:30:57 CET 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 1cf7bebb36e3010adb5b8b8195edb7179c13eec4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Mar 16 21:28:24 2017 +0000

    Use auto-versioning for style guide/syntax changes
---
 l3kernel/build.lua            |    2 ++
 l3kernel/l3styleguide.tex     |   11 +++++------
 l3kernel/l3syntax-changes.tex |   12 +++++-------
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index d449ba1..0b7da43 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -29,6 +29,8 @@ typesetfiles =
   }
 typesetskipfiles = {"source3-body.tex"}
 unpackfiles      = {"l3.ins"}
+versionfiles     =
+  {"*.dtx", "README.md", "l3styleguide.tex", "l3syntax-changes.tex"}
 
 -- No deps other than the test system
 checkdeps   = {maindir .. "/l3build"}
diff --git a/l3kernel/l3styleguide.tex b/l3kernel/l3styleguide.tex
index fc476fd..d303754 100644
--- a/l3kernel/l3styleguide.tex
+++ b/l3kernel/l3styleguide.tex
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File l3styleguide.tex Copyright (C) 2011,2012,2015,2016 The LaTeX3 Project
+File l3styleguide.tex Copyright (C) 2011,2012,2015-2017 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -17,17 +17,16 @@ The released version of this bundle is available from CTAN.
 \fi
 
 \documentclass{l3doc}
-\usepackage{svn-multi}
 
-\svnid{$Id: l3styleguide.tex 2772 2011-09-07 15:07:41Z joseph $}
-\def\filedate{\svnfileyear/\svnfilemonth/\svnfileday}
+\def\ExplFileDate{2017/03/11}
+\def\ExplFileVersion{6988}
 
 \title{%
   The \LaTeX3 kernel: style guide for code authors%
     \thanks
       {%
-        This file describes v\svnfilerev,
-        last revised \filedate.
+        This file describes v\ExplFileVersion,
+        last revised \ExplFileDate.
       }%
 }
 \author{%
diff --git a/l3kernel/l3syntax-changes.tex b/l3kernel/l3syntax-changes.tex
index 4dfc70e..1854b67 100644
--- a/l3kernel/l3syntax-changes.tex
+++ b/l3kernel/l3syntax-changes.tex
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File l3syntax-changes.tex Copyright (C) 2011-2012 The LaTeX3 Project
+File l3syntax-changes.tex Copyright (C) 2011-2012,2017 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -18,17 +18,15 @@ The released version of this bundle is available from CTAN.
 
 \documentclass{l3doc}
 
-\usepackage{svn-multi}
-
-\svnid{$Id: l3syntax-changes.tex 4048 2012-08-02 09:49:10Z joseph $}
-\def\filedate{\svnfileyear/\svnfilemonth/\svnfileday}
+\def\ExplFileDate{2017/03/11}
+\def\ExplFileVersion{6988}
 
 \title{%
   Syntax changes in \LaTeX3 functions
     \thanks
       {%
-        This file describes v\svnfilerev,
-        last revised \filedate.
+        This file describes v\ExplFileVersion,
+        last revised \ExplFileDate.
       }%
 }
 \author{%

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list