From 203eb677688e9fbe201d99fbf258df53fccd7fee Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 4 Sep 2022 12:14:00 -0600 Subject: [PATCH] Generate cover in make all --- TODO.md | 2 -- src/Makefile | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index f18308d..61e2547 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,5 @@ * See also for acronyms, index, glossary. * Separate list of acronyms. * Using ps2pdf to resize PDF for web breaks internal links. -* Some missing italics. * Content. -* Tracking. * ntpdate -b 192.168.1.1 diff --git a/src/Makefile b/src/Makefile index 8700aab..05e4288 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,6 +33,11 @@ all: -shell-escape \ -interaction=nonstopmode \ SNOUG.tex + xelatex \ + -halt-on-error \ + -shell-escape \ + -interaction=nonstopmode \ + Cover.tex cover: xelatex \