Permalink
Please sign in to comment.
Browse files
Automatically build the required .doc file for submission
- Loading branch information...
| @@ -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