From 0d8570d4ed4c9ac48e577f7a3092bed9abb79332 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Sat, 29 Jul 2017 21:56:57 +0300 Subject: [PATCH] Fix pinetree quotes in on-line formats --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 093ca3c..2b482bc 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ fb2lint: Kate-the-Empress.fb2 $(wildcard *.xsd) xmllint --schema FictionBook2.1.xsd Kate-the-Empress.fb2 >/dev/null 2>$@ onefile.tex: joinfiles.awk $(wildcard *.tex) - awk -f joinfiles.awk book.tex > $@ + awk -f joinfiles.awk book.tex |sed -e 's!<>!»!g' > $@ clean: rm -f onefile.tex book.log book.aux book.out book.toc Kate-the-Empress.fb2 fb2lint -- 2.39.2