From 64f709a426730aeb87b4aeabe8ebf2395e5cbfd9 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Fri, 13 Oct 2017 12:42:40 -0500 Subject: [PATCH] Playing with the document generation --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2