From fb1b9aa94772180039419728a0801b8694761dcc Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Tue, 22 May 2018 16:15:01 -0700 Subject: [PATCH] added pdfpc rule to makefile --- template/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/Makefile b/template/Makefile index a2a7866..880c604 100644 --- a/template/Makefile +++ b/template/Makefile @@ -41,4 +41,7 @@ clean: rm -f notes.config rm -f *.pdfpc +pdfpc: + pdfpc -n right *.pdf + .PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell -- 2.30.2