[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: adapted build lua so that the files can be installed ... (0c7acbd)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Mar 17 22:44:18 CET 2019
Repository : https://github.com/latex3/pdfresources
On branch : testlinkstuff
Link : https://github.com/latex3/pdfresources/commit/0c7acbdfbaeacce0c696a4e8b306a87056b34171
>---------------------------------------------------------------
commit 0c7acbdfbaeacce0c696a4e8b306a87056b34171
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Mar 17 22:44:18 2019 +0100
adapted build lua so that the files can be installed ...
>---------------------------------------------------------------
0c7acbdfbaeacce0c696a4e8b306a87056b34171
.gitignore | 2 ++
build.lua | 3 +++
pdfresources.dtx | 6 ++++++
3 files changed, 11 insertions(+)
diff --git a/.gitignore b/.gitignore
index 50b7262..5298e05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ build/*
*.glo
*.idx
*.hd
+tex/*
+ls-R
diff --git a/build.lua b/build.lua
index ba7935a..f009032 100644
--- a/build.lua
+++ b/build.lua
@@ -5,3 +5,6 @@
-- Identify the bundle and module
bundle = ""
module = "pdfresources"
+
+installfiles = {"*.sty","*.cls","*.def"}
+sourcefiles = {"*.dtx","*.ins","hluatex-experimental.def"}
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 6ede568..eb4b4c2 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -30,6 +30,12 @@
%</driver>
% \fi
%
+% \begin{macrocode}
+\RequirePackage{expl3}
+\ProvidesExplPackage {pdfresources} {2019-03-17} {0.1}
+ {experimental pdf-resource management}
+% \end{macrocode}
+%
% \title{\pkg{pdfresources}}
%
% \author{^^A
More information about the latex3-commits
mailing list