mirror of
https://github.com/fsr/ese-spiel
synced 2025-05-21 20:38:47 +02:00
add actual rules und materials
This commit is contained in:
parent
6da39e9f54
commit
a51e7e1a22
77 changed files with 42230 additions and 0 deletions
22
aushaenge_ereignisse/Makefile
Normal file
22
aushaenge_ereignisse/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
all: ps clean
|
||||
|
||||
ps: aushaenge.ps ereignisse.ps jobaushaenge.ps
|
||||
pdf: aushaenge.pdf ereignisse.pdf jobaushaenge.pdf
|
||||
|
||||
.PHONY : clean distclean
|
||||
|
||||
clean:
|
||||
-rm *.aux *.dvi *.log
|
||||
|
||||
distclean: clean
|
||||
-rm *.ps *.pdf
|
||||
|
||||
%.ps : %.tex
|
||||
latex $(@:.ps=.tex)
|
||||
dvips $(@:.ps=.dvi) -o $@
|
||||
|
||||
%.pdf : %.tex
|
||||
pdflatex $(@:.pdf=.tex)
|
||||
|
||||
# ***** end of source *****
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue