move stuff around
This commit is contained in:
parent
b585819c7b
commit
bdef0b5d42
10 changed files with 21 additions and 15 deletions
|
@ -1,14 +1,18 @@
|
|||
FROM docker.io/ldericher/autodoc:diagram
|
||||
|
||||
# source: https://stackoverflow.com/a/39420880
|
||||
COPY pdfa /opt/pdfa
|
||||
|
||||
# install TeXoffice
|
||||
COPY --chown=root:root \
|
||||
texoffice \
|
||||
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice
|
||||
|
||||
RUN /opt/texlive/texdir/bin/default/texconfig rehash
|
||||
|
||||
# install lenaisten directory
|
||||
COPY --chown=root:root lenaisten /opt/lenaisten
|
||||
RUN set -ex; \
|
||||
# install pdfa tools
|
||||
ln -s \
|
||||
/workspaces/lev-templates/deploy/pdfa \
|
||||
/opt/ \
|
||||
; \
|
||||
# install TeXoffice
|
||||
ln -s \
|
||||
/workspaces/lev-templates/deploy/texoffice \
|
||||
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice \
|
||||
; \
|
||||
# install lenaisten directory
|
||||
ln -s \
|
||||
/workspaces/lev-templates/src/lenaisten \
|
||||
/opt/lenaisten \
|
||||
;
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
}
|
||||
},
|
||||
|
||||
"postCreateCommand": "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.
|
||||
"remoteUser": "vscode"
|
||||
|
||||
|
|
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -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
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
@ -1,6 +1,6 @@
|
|||
#%SRCPAT% \.prot\.md
|
||||
|
||||
include lev-templates.mk
|
||||
include /opt/lenaisten/lev-templates.mk
|
||||
|
||||
suffixPub :=
|
||||
suffixInt := _intern
|
||||
|
|
Loading…
Reference in a new issue