Skip to content
Snippets Groups Projects
Commit 126435c8 authored by rohieb's avatar rohieb
Browse files

add stratum0-latex submodule

parent e1abc5e8
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,5 @@
*.ps
scripts/vc.tex
vc.tex
/s0artcl.cls
/s0minutes.cls
[submodule "stratum0-latex"]
path = stratum0-latex
url = https://gitli.stratum0.org/rohieb/stratum0-latex.git
......@@ -44,10 +44,18 @@ mrproper: clean
preview:
$(latexmk) -pvc $(LATESTJOB).tex
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
${MAKE} -C stratum0-latex
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 ..
%.pdf: %.tex vc.tex
%.pdf: %.tex vc.tex s0minutes.cls s0artcl.cls
$(latexmk) $(if $(PVC),-pvc,-pvc-) "$<"
# vim: ft=make ts=8 noet
Subproject commit 44fb8f483a59e7ce58a884b9e684834a349d55f3
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