added pdfpc rule to makefile
authorBenjamin Mako Hill <mako@atdot.cc>
Tue, 22 May 2018 23:15:01 +0000 (16:15 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 22 May 2018 23:15:01 +0000 (16:15 -0700)
template/Makefile

index a2a786670355b76adab66ba77ecc7472707b193f..880c6046aca8489bff3fdf1abf1aa4a65b612e44 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?