>From cc911005c633213f6496ea010c69d6fec1ddb1e4 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiysw@xxxxxxxxx> Date: Mon, 2 May 2016 19:29:03 +0900 Subject: [RFT PATCH 3/5] Add short name targets in Makefile This commit adds short name targets "2c", "1c", and "hb" in Makefile. "2c" is added for consistency. Signed-off-by: Akira Yokosawa <akiysw@xxxxxxxxx> --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eaf101e..662e2c2 100644 --- a/Makefile +++ b/Makefile @@ -66,9 +66,15 @@ SVGSOURCES = \ datastruct/*.svg \ rt/*.svg -.PHONY: all clean distclean touchsvg neatfreak +.PHONY: all clean distclean touchsvg neatfreak 1c 2c hb all: perfbook.pdf +2c: perfbook.pdf + +1c: perfbook-1c.pdf + +hb: perfbook-hb.pdf + perfbook.pdf: perfbook.bbl sh utilities/runlatex.sh perfbook -- 1.9.1 -- 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