Skip to content
Snippets Groups Projects
Commit c5ce84a6 authored by chrissi^'s avatar chrissi^
Browse files

Cleanup: Move Satzung and Beitragsordnung into own directory


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 81bef7e5
No related branches found
No related tags found
No related merge requests found
[submodule "stratum0-latex"]
path = stratum0-latex
path = Ordnungen/stratum0-latex
url = https://gitli.stratum0.org/rohieb/stratum0-latex.git
[submodule "MV_Protokolle/stratum0-latex"]
path = MV_Protokolle/stratum0-latex
......
File moved
......@@ -44,7 +44,7 @@ mrproper: clean
preview:
$(latexmk) -pvc $(LATESTJOB).tex
stratum0-latex/stratum0-latex.ins: .gitmodules
stratum0-latex/stratum0-latex.ins: ../.gitmodules
git submodule update --init
s0artcl.cls s0minutes.cls: stratum0-latex/stratum0-latex.ins stratum0-latex/s0artcl.dtx stratum0-latex/s0minutes.dtx stratum0-latex/stratum0-latex.ins
......@@ -52,8 +52,8 @@ s0artcl.cls s0minutes.cls: stratum0-latex/stratum0-latex.ins stratum0-latex/s0ar
if [ ! -h s0artcl.cls ]; then ln -s stratum0-latex/s0artcl.cls . ; fi
if [ ! -h s0minutes.cls ]; then ln -s stratum0-latex/s0minutes.cls . ; fi
vc.tex: .git/index .git/HEAD scripts/vc scripts/vc-git.awk
cd scripts; sh ./vc -m && mv vc.tex ..
vc.tex: ../.git/index ../.git/HEAD ../scripts/vc ../scripts/vc-git.awk
cd ../scripts; sh ./vc -m && mv vc.tex ..
%.pdf: %.tex vc.tex s0minutes.cls s0artcl.cls
$(latexmk) $(if $(PVC),-pvc,-pvc-) "$<"
......
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment