mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
now a correct list of dependencies is generated for use with texlive and others (fixed)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7357f3a526
commit
264d80e4cd
2
.github/workflows/make-dist.yml
vendored
2
.github/workflows/make-dist.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
uses: xu-cheng/texlive-action/full@v1
|
||||
with:
|
||||
run: |
|
||||
apk add make git zip
|
||||
apk add make git zip grep
|
||||
git config --global --add safe.directory '*'
|
||||
echo "VERSION=$(make version)" >> $GITHUB_ENV
|
||||
# XXX not sure about this...
|
||||
|
||||
2
Makefile
2
Makefile
@ -246,7 +246,7 @@ LN := cp -l
|
||||
#
|
||||
DEPENDS.txt: $(MODULE).cls
|
||||
cat $< \
|
||||
| grep -Pzo '\n\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
||||
| egrep -zo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
||||
| sed 's/.*{\(.*\)}/hard \1\n/' \
|
||||
| grep -a hard \
|
||||
> $@
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
|
||||
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
|
||||
%%% code and the generated docs...
|
||||
\edef\photobook@FILEVERSION{v0.1.14}
|
||||
\edef\photobook@FILEVERSION{v0.1.15}
|
||||
\edef\photobook@FILEDATE{2023-03-18}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user