seems like all articles are there, but still much work to do on issue04
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
SRC=../macros cover forward abenteuer report minigame feedback ausblick imprint
|
||||
SRC=../macros cover forward patrons massenschlachten lostprocedures fifty report grenzland feedback ausblick imprint
|
||||
|
||||
all: Grenzland4.pdf
|
||||
|
||||
Grenzland4.pdf: ${SRC} Makefile
|
||||
groff -ms -mde -e -t -p -Tpdf -Kutf8 -dpaper=a5 -P -pA5 ${SRC} > $@
|
||||
Grenzland4.ps: ${SRC} Makefile
|
||||
groff -ms -mde -e -t -p -Tps -Kutf8 -U -dpaper=a5 -P -pA5 ${SRC} > $@
|
||||
|
||||
Grenzland4.pdf: Grenzland4.ps
|
||||
ps2pdf $< $@
|
||||
|
||||
clean:
|
||||
rm -f *~
|
||||
|
||||
Reference in New Issue
Block a user