[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches, main: move hyperref-doc.tex to doc folder in ctan build (ec76f2d)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Feb 22 12:11:32 CET 2022


Repository : https://github.com/latex3/hyperref
On branches: cleanup-patches,main
Link       : https://github.com/latex3/hyperref/commit/ec76f2d7a8d930003781b8c0ada9ac1ec95b073b

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

commit ec76f2d7a8d930003781b8c0ada9ac1ec95b073b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Feb 22 12:11:32 2022 +0100

    move hyperref-doc.tex to doc folder in ctan build


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

ec76f2d7a8d930003781b8c0ada9ac1ec95b073b
 build.lua | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/build.lua b/build.lua
index 05e802a..028c0d1 100644
--- a/build.lua
+++ b/build.lua
@@ -3,7 +3,7 @@
 module = "hyperref"
 
 docfiledir   = "doc"
-docfiles     = {"paper.pdf", "slides.pdf", "*.html", "*.css"}
+docfiles     = {"paper.pdf", "slides.pdf", "*.html", "*.css","doc/*.tex"}
 textfiles    = {"*.md", "*.txt"}
 installfiles = {"*.def", "*.sty", "*.cfg"}
 tdslocations = {
@@ -23,14 +23,14 @@ tdslocations = {
   "doc/latex/hyperref/nameref.pdf",
   "doc/latex/hyperref/paper.pdf",
   "doc/latex/hyperref/slides.pdf",
+  "doc/latex/hyperref/hyperref-doc.tex",
   "source/latex/hyperref/backref.dtx",
   "source/latex/hyperref/bmhydoc.sty",
-  "source/latex/hyperref/doc/hyperref-doc.tex",
-  "source/latex/hyperref/doc/paperslides99.zip",
   "source/latex/hyperref/hluatex.dtx",
   "source/latex/hyperref/hyperref.dtx",
   "source/latex/hyperref/hyperref.ins",
   "source/latex/hyperref/nameref.dtx",
+  "source/latex/hyperref/doc/paperslides99.zip",  
   "tex/latex/hyperref/backref.sty",
   "tex/latex/hyperref/hdvipdfm.def",
   "tex/latex/hyperref/hdvips.def",
@@ -89,8 +89,7 @@ sourcefiles = {
   "*.ins",
   "*-hyper.sty",
   "bmhydoc.sty",
-  "paperslides99.zip",
-  "doc/*.tex",
+  "paperslides99.zip"
 }
 
 
@@ -114,7 +113,7 @@ end
 
 
 
-excludefiles={"hyperref/hyperref-doc.tex"}
+--excludefiles={"hyperref/hyperref-doc.tex"}
 
 typesetfiles = {"hyperref-doc.tex", "backref.dtx", "hyperref.dtx", "nameref.dtx"}
 





More information about the latex3-commits mailing list.