[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move xmarks to 'active' part of tree (fe6fea5)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Sep 14 12:18:17 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/fe6fea5a16c2738f85c6ee7c70103c5e4ec71163

>---------------------------------------------------------------

commit fe6fea5a16c2738f85c6ee7c70103c5e4ec71163
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 14 11:18:17 2018 +0100

    Move xmarks to 'active' part of tree
    
    No changes/fixes to the code just yet: this is a straight copy-paste.


>---------------------------------------------------------------

fe6fea5a16c2738f85c6ee7c70103c5e4ec71163
 l3experimental/{l3str => xmarks}/build.lua                |    6 +++---
 {xpackages/xor => l3experimental/xmarks}/xmarks.dtx       |    0
 l3experimental/{l3color/l3color.ins => xmarks/xmarks.ins} |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3experimental/l3str/build.lua b/l3experimental/xmarks/build.lua
similarity index 81%
copy from l3experimental/l3str/build.lua
copy to l3experimental/xmarks/build.lua
index 3c4b0ef..77f7d56 100644
--- a/l3experimental/l3str/build.lua
+++ b/l3experimental/xmarks/build.lua
@@ -1,17 +1,17 @@
 #!/usr/bin/env texlua
 
--- Build script for LaTeX3 "l3str" files
+-- Build script for LaTeX3 "xmarks" files
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
 bundle = "l3experimental"
-module = "l3str"
+module = "xmarks"
 
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
 
 -- Non-standard settings
-installfiles = {"*.def", "*.sty"}
+checkdeps = {maindir .. "/l3packages/xparse"}
 
 -- Load the common build code
 dofile(maindir .. "/build-config.lua")
diff --git a/xpackages/xor/xmarks.dtx b/l3experimental/xmarks/xmarks.dtx
similarity index 100%
rename from xpackages/xor/xmarks.dtx
rename to l3experimental/xmarks/xmarks.dtx
diff --git a/l3experimental/l3color/l3color.ins b/l3experimental/xmarks/xmarks.ins
similarity index 89%
copy from l3experimental/l3color/l3color.ins
copy to l3experimental/xmarks/xmarks.ins
index de23fae..4d1c5b1 100644
--- a/l3experimental/l3color/l3color.ins
+++ b/l3experimental/xmarks/xmarks.ins
@@ -1,6 +1,6 @@
 \iffalse meta-comment
 
-File l3color.ins Copyright (C) 2017-2018 The LaTeX3 Project
+File xmarks.ins Copyright (C) 2018 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
@@ -32,7 +32,7 @@ license information is placed in the derived files.
 
 \preamble
 
-Copyright (C) 2017-2018 The LaTeX3 Project
+Copyright (C) 1999-2018 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
@@ -51,6 +51,6 @@ and all files in that bundle must be distributed together.
 
 \keepsilent
 
-\generate{\file{l3color.sty}{\from{l3color.dtx}{package}}}
+\generate{\file{xmarks.sty}{\from{xmarks.dtx}{package}}}
 
 \endbatchfile





More information about the latex3-commits mailing list