Skip to content

Commit

Permalink
Include tempates as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradyx committed Oct 3, 2019
1 parent d833521 commit 6db2011
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "templates"]
path = templates
url = https://github.com/RPGLibrarium/templates.git
25 changes: 25 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.PHONY: clean veryclean

satzung: satzung.tex
xelatex satzung.tex
xelatex satzung.tex

go: geschäftsordnung.tex
xelatex geschäftsordnung.tex
xelatex geschäftsordnung.tex

bo: beitragsordnung.tex
xelatex beitragsordnung.tex
xelatex beitragsordnung.tex

vo: verleihordnung.tex
xelatex verleihordnung.tex
xelatex verleihordnung.tex

all: satzung go bo vo

clean:
rm -f *.acn *.acr *.alg *.aux *.ist *.log *.fls *.fdb_latexmk

veryclean: clean
rm -f *.pdf
Empty file added acronyms.tex
Empty file.
Empty file added corporate-colors.tex
Empty file.
1 change: 1 addition & 0 deletions templates
Submodule templates added at d47810

0 comments on commit 6db2011

Please sign in to comment.