Skip to content

Commit 36966fc

Browse files
authored
Update Makefile
1 parent ebbc62b commit 36966fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ all: admin cons contract crim equity land tort
33
travis: admin
44

55
admin: .template/template.tex .template/metadata.yaml $(wildcard openlex-admin/*.md)
6-
pandoc -N --from=gfm --variable title="Administrative Law" --template=$^ --latex-engine=xelatex --toc -o openlex-admin.pdf
6+
pandoc -N --variable title="Administrative Law" --template=$^ --latex-engine=xelatex --toc -o openlex-admin.pdf
77

88
cons: .template/template.tex .template/metadata.yaml $(wildcard openlex-cons/*.md)
9-
pandoc -N --from=gfm --variable title="Constitutional Law" --template=$^ --latex-engine=xelatex --toc -o openlex-cons.pdf
9+
pandoc -N --variable title="Constitutional Law" --template=$^ --latex-engine=xelatex --toc -o openlex-cons.pdf
1010

1111
contract: .template/template.tex .template/metadata.yaml $(wildcard openlex-contract/*.md)
12-
pandoc -N --from=gfm --variable title="Law of Contract" --template=$^ --latex-engine=xelatex --toc -o openlex-contract.pdf
12+
pandoc -N --variable title="Law of Contract" --template=$^ --latex-engine=xelatex --toc -o openlex-contract.pdf
1313

1414
crim: .template/template.tex .template/metadata.yaml $(wildcard openlex-crim/*.md)
15-
pandoc -N --from=gfm --variable title="Criminal Law" --template=$^ --latex-engine=xelatex --toc -o openlex-crim.pdf
15+
pandoc -N --variable title="Criminal Law" --template=$^ --latex-engine=xelatex --toc -o openlex-crim.pdf
1616

1717
equity: .template/template.tex .template/metadata.yaml $(wildcard openlex-equity/*.md)
18-
pandoc -N --from=gfm --variable title="Equity and Trust" --template=$^ --latex-engine=xelatex --toc -o openlex-equity.pdf
18+
pandoc -N --variable title="Equity and Trust" --template=$^ --latex-engine=xelatex --toc -o openlex-equity.pdf
1919

2020
land: .template/template.tex .template/metadata.yaml $(wildcard openlex-land/*.md)
21-
pandoc -N --from=gfm --variable title="Land Law" --template=$^ --latex-engine=xelatex --toc -o openlex-land.pdf
21+
pandoc -N --variable title="Land Law" --template=$^ --latex-engine=xelatex --toc -o openlex-land.pdf
2222

2323
tort: .template/template.tex .template/metadata.yaml $(wildcard openlex-tort/*.md)
24-
pandoc -N --from=gfm --variable title="Tort Law" --template=$^ --latex-engine=xelatex --toc -o openlex-tort.pdf
24+
pandoc -N --variable title="Tort Law" --template=$^ --latex-engine=xelatex --toc -o openlex-tort.pdf

0 commit comments

Comments
 (0)