From: Gunnar Wolf Date: Fri, 13 Oct 2017 17:42:40 +0000 (-0500) Subject: Playing with the document generation X-Git-Tag: es-printed~711 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/64f709a426730aeb87b4aeabe8ebf2395e5cbfd9 Playing with the document generation --- diff --git a/Makefile b/Makefile index 358acb7..5d83a65 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ pdf: $(SOURCE).pdf perl -p -i -e 's/\[latin1\]\{inputenc\}/[utf8]{inputenc}\n\\usepackage[spanish]{babel}/' $@ perl -p -i -e 's/\\caption\\end/\\caption{} \\end/' $@ perl -p -i -e 's/\\author\{and\}/\\author{Paul Stacey \\and Sarah Hinchliff Pearson}/' $@ + perl -p -i -e 's/\\DBKinditem\{\\writtenby\}\{and\}/\\DBKinditem{\writtenby}{Paul Stacey and Sarah Hinchliff Pearson}/' $@ XMLLINTOPTS = --nonet --noout --xinclude --postvalid lint: $(SOURCE).xml