summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 73690df..0b77820 100644
--- a/Makefile
+++ b/Makefile
@@ -93,10 +93,10 @@ diff-all: $(ARTICLES:%=diff-of-%)
$(ARTICLES:%=diff-of-%): diff-of-%: %/changes.tex
$(ARTICLES:%=%/changes.tex): %/changes.tex: %/a.tex %/b.tex
- latexdiff --type CULINECHBAR --subtype COLOR --replace-context2cmd '' $^ > $*/index_diff.tex
- perl -i -pe 's/\[pdftex\]{changebar}/[luatex]{changebar}/g' $*/index_diff.tex
- latexmk --gg --lualatex --cd --silent --Werror $*/index_diff.tex
- find $*/ -name 'index_diff.*' -not -name index_diff.pdf -delete
+ latexdiff --type CULINECHBAR --subtype COLOR --replace-context2cmd '' $^ > $*/changes.tex
+ perl -i -pe 's/\[pdftex\]{changebar}/[luatex]{changebar}/g' $*/changes.tex
+ latexmk --gg --lualatex --cd --silent --Werror $*/changes.tex
+ find $*/ -name 'changes.*' -not -name changes.pdf -delete
rm -f $^
$(ARTICLES:%=%/a.tex): %/a.tex: