Permalink
Browse files

Automatically build the required .doc file for submission

  • Loading branch information...
1 parent 83cfc16 commit 77ed5d95d6d238d218156dccb0a47243989a3bfb @ethanwhite ethanwhite committed Jun 30, 2013
Showing with 4 additions and 1 deletion.
  1. +4 −1 makefile
View
@@ -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

0 comments on commit 77ed5d9

Please sign in to comment.