durch rekursives Make ersetzt
This commit is contained in:
parent
a44385fe1e
commit
44b46fd52b
13
Makefile
13
Makefile
@ -1,10 +1,9 @@
|
|||||||
.cmd_ok:
|
SUBDIRS = bericht
|
||||||
./check_cmds.sh
|
all:
|
||||||
%.pdf: %.tex
|
for d in $(SUBDIRS); do \
|
||||||
latexmk -pdf $<
|
(cd $$d; make all) \
|
||||||
all: .cmd_ok bericht/bericht.pdf
|
done
|
||||||
|
www/bericht.pdf: bericht/bericht.pdf
|
||||||
cp bericht/bericht.pdf www
|
cp bericht/bericht.pdf www
|
||||||
clean:
|
|
||||||
latexmk -CA
|
|
||||||
upload: all
|
upload: all
|
||||||
rsync -avc www/ lctp@devkid.net:/
|
rsync -avc www/ lctp@devkid.net:/
|
||||||
|
7
bericht/Makefile
Normal file
7
bericht/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.cmd_ok:
|
||||||
|
./check_cmds.sh
|
||||||
|
%.pdf: %.tex
|
||||||
|
latexmk -pdf $<
|
||||||
|
all: .cmd_ok bericht.pdf
|
||||||
|
clean:
|
||||||
|
latexmk -CA
|
Loading…
Reference in New Issue
Block a user