From 77ed5d95d6d238d218156dccb0a47243989a3bfb Mon Sep 17 00:00:00 2001 From: Ethan White Date: Sun, 30 Jun 2013 13:18:15 -0600 Subject: [PATCH] Automatically build the required .doc file for submission --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index b6f34f5..7a6c496 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,7 @@ -all: data_sharing_ms.pdf +all: data_sharing_ms.pdf data_sharing_ms.doc + +data_sharing_ms.doc: data_sharing_ms.md data_sharing_refs.bib + pandoc -H format.sty -V fontsize=12pt --bibliography data_sharing_refs.bib --csl=ecology.csl data_sharing_ms.md -o data_sharing_ms.doc data_sharing_ms.pdf: data_sharing_ms.md data_sharing_refs.bib pandoc -H format.sty -V fontsize=12pt --bibliography data_sharing_refs.bib --csl=ecology.csl data_sharing_ms.md -o data_sharing_ms.pdf