X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=wren%2FMakefile;fp=wren%2FMakefile;h=6ea67cf1fcb78c019d0d0fcd038843db19415680;hb=a776850b70ca4aca4b64bdcb92653aa884fe938c;hp=0000000000000000000000000000000000000000;hpb=157286c30544452cb641ae0c232b7ac39aa02af8;p=music.git diff --git a/wren/Makefile b/wren/Makefile new file mode 100644 index 0000000..6ea67cf --- /dev/null +++ b/wren/Makefile @@ -0,0 +1,16 @@ +# +# Make the final booklet form of "Into God's Heart" +# + +BASE=Into\ God\'s\ Heart +FINAL=$(BASE)-final.pdf +FP=\$(BASE)\ -\ front\ page.pdf + + +$(FINAL) : $(FP) $(BASE).pdf + pdfunite $(FP) $(BASE).pdf book.pdf + pdf2ps book.pdf book.ps + psbook book.ps book-final.ps + ps2pdf book-final.ps $(FINAL) + rm -f book* +