>From 36a6809e32a47baf16e8ebe8922e7e05caa6a083 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 9 Jan 2017 18:29:59 +0900 Subject: [PATCH 2/3] Makefile: Use qqzreorder.pl in qqz.tex target Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a2e118..e953842 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ perfbook_flat.tex: perfbook.tex $(LATEXSOURCES) $(PDFTARGETS_OF_EPS) $(PDFTARGET texexpand perfbook.tex > $@ qqz.tex: perfbook_flat.tex - sh utilities/extractqqz.sh < $< > $@ + sh utilities/extractqqz.sh < $< | perl utilities/qqzreorder.pl > $@ contrib.tex: perfbook_flat.tex qqz.tex cat $^ | sh utilities/extractcontrib.sh > $@ -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html