mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +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
|
uses: xu-cheng/texlive-action/full@v1
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
apk add make git zip
|
apk add make git zip grep
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
echo "VERSION=$(make version)" >> $GITHUB_ENV
|
echo "VERSION=$(make version)" >> $GITHUB_ENV
|
||||||
# XXX not sure about this...
|
# XXX not sure about this...
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -246,7 +246,7 @@ LN := cp -l
|
|||||||
#
|
#
|
||||||
DEPENDS.txt: $(MODULE).cls
|
DEPENDS.txt: $(MODULE).cls
|
||||||
cat $< \
|
cat $< \
|
||||||
| grep -Pzo '\n\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
| egrep -zo '\s*\\RequirePackage(\[[^]]*\])?\{[^}]*\}' \
|
||||||
| sed 's/.*{\(.*\)}/hard \1\n/' \
|
| sed 's/.*{\(.*\)}/hard \1\n/' \
|
||||||
| grep -a hard \
|
| grep -a hard \
|
||||||
> $@
|
> $@
|
||||||
|
|||||||
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
|
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
|
||||||
%%% code and the generated docs...
|
%%% code and the generated docs...
|
||||||
\edef\photobook@FILEVERSION{v0.1.14}
|
\edef\photobook@FILEVERSION{v0.1.15}
|
||||||
\edef\photobook@FILEDATE{2023-03-18}
|
\edef\photobook@FILEDATE{2023-03-18}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user