ltcp/bericht/Makefile

10 lines
165 B
Makefile

.cmd_ok:
./check_cmds.sh
%.pdf: %.tex
latexmk -pdf $<
all: .cmd_ok bericht.pdf
clean:
latexmk -CA
upload: all
rsync -avc bericht.pdf lctp@devkid.net:bericht.pdf