File: Makefile

package info (click to toggle)
augur 11.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,740 kB
  • sloc: python: 9,915; sh: 261; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
all : paper.pdf

paper.pdf : paper.md paper.bib example-modular-augur-workflows.pdf
	pandoc --citeproc --bibliography=paper.bib --template template.tex -s $< -o $@

# example-modular-augur-workflows.pdf : example-modular-augur-workflows.dot
# 	dot -Tpdf $< > $@

clean :
	# rm -f paper.pdf example-modular-augur-workflows.pdf
	rm -f paper.pdf