mirror of
https://github.com/fsr/ese-spiel
synced 2025-06-10 03:58:46 +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
tutoren
21
tutoren/Makefile
Normal file
21
tutoren/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
all: ps
|
||||
ps: anleitung.ps zeitplan_tutoren.ps clean
|
||||
pdf: anleitung.pdf zeitplan_tutoren.pdf clean
|
||||
|
||||
.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