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
|
FROM docker.io/ldericher/autodoc:diagram
|
||||||
|
|
||||||
# source: https://stackoverflow.com/a/39420880
|
RUN set -ex; \
|
||||||
COPY pdfa /opt/pdfa
|
# install pdfa tools
|
||||||
|
ln -s \
|
||||||
# install TeXoffice
|
/workspaces/lev-templates/deploy/pdfa \
|
||||||
COPY --chown=root:root \
|
/opt/ \
|
||||||
texoffice \
|
; \
|
||||||
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice
|
# install TeXoffice
|
||||||
|
ln -s \
|
||||||
RUN /opt/texlive/texdir/bin/default/texconfig rehash
|
/workspaces/lev-templates/deploy/texoffice \
|
||||||
|
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice \
|
||||||
# install lenaisten directory
|
; \
|
||||||
COPY --chown=root:root lenaisten /opt/lenaisten
|
# 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.
|
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||||
"remoteUser": "vscode"
|
"remoteUser": "vscode"
|
||||||
|
|
||||||
|
|
4
.gitattributes
vendored
4
.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
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue