@@ -3,22 +3,22 @@ all: admin cons contract crim equity land tort
3
3
travis : admin
4
4
5
5
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
7
7
8
8
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
10
10
11
11
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
13
13
14
14
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
16
16
17
17
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
19
19
20
20
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
22
22
23
23
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