move stuff around

This commit is contained in:
Jörn-Michael Miehe 2025-05-12 22:07:56 +00:00
parent b585819c7b
commit 2580b1a498
10 changed files with 22 additions and 15 deletions

View file

@ -1,14 +1,19 @@
FROM docker.io/ldericher/autodoc:diagram FROM docker.io/ldericher/autodoc:diagram
# source: https://stackoverflow.com/a/39420880 RUN set -ex; \
COPY pdfa /opt/pdfa \
# source: https://stackoverflow.com/a/39420880
# install TeXoffice ln -s \
COPY --chown=root:root \ /workspaces/lev-templates/deploy/pdfa \
texoffice \ /opt/ \
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice ; \
# install TeXoffice
RUN /opt/texlive/texdir/bin/default/texconfig rehash ln -s \
/workspaces/lev-templates/deploy/texoffice \
# install lenaisten directory /opt/texlive/texdir/texmf-dist/tex/latex/texoffice \
COPY --chown=root:root lenaisten /opt/lenaisten ; \
# install lenaisten directory
ln -s \
/workspaces/lev-templates/src/lenaisten \
/opt/lenaisten \
;

View file

@ -35,6 +35,8 @@
} }
}, },
"postCreateCommand": "whoami; sudo /opt/texlive/texdir/bin/default/texconfig rehash",
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode" "remoteUser": "vscode"

2
.gitattributes vendored
View file

@ -1,3 +1,3 @@
.devcontainer/pdfa/bin/* filter=lfs diff=lfs merge=lfs -text deploy/pdfa/bin/* filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text

View file

@ -1,6 +1,6 @@
#%SRCPAT% \.prot\.md #%SRCPAT% \.prot\.md
include lev-templates.mk include /opt/lenaisten/lev-templates.mk
suffixPub := suffixPub :=
suffixInt := _intern suffixInt := _intern