@@ -2,23 +2,23 @@ all: admin cons contract crim equity land tort
2
2
3
3
travis : contract
4
4
5
- admin : .template/template.tex openlex-admin/openlex-admin.md .template/metadata.yaml
6
- pandoc -N --template=.template/template.tex --variable title=" Administrative Law" openlex-admin/openlex-admin.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-admin.pdf
5
+ admin : .template/template.tex .template/metadata.yaml
6
+ pandoc -N --template=.template/template.tex --variable title=" Administrative Law" . template/metadata.yaml $$ ADMIN --latex-engine=xelatex --toc -o openlex-admin.pdf
7
7
8
- cons : .template/template.tex openlex-cons/openlex-cons.md .template/metadata.yaml
9
- pandoc -N --template=.template/template.tex --variable title=" Constitutional Law" openlex-cons/openlex-cons.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-cons.pdf
8
+ cons : .template/template.tex .template/metadata.yaml
9
+ pandoc -N --template=.template/template.tex --variable title=" Constitutional Law" . template/metadata.yaml $$ CONS --latex-engine=xelatex --toc -o openlex-cons.pdf
10
10
11
- contract : .template/template.tex openlex-contract/openlex-contract.md .template/metadata.yaml
12
- pandoc -N --template=.template/template.tex --variable title=" Law of Contract" openlex-contract/openlex-contract.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-contract.pdf
11
+ contract : .template/template.tex .template/metadata.yaml
12
+ pandoc -N --template=.template/template.tex --variable title=" Law of Contract" . template/metadata.yaml $$ CONTRACT --latex-engine=xelatex --toc -o openlex-contract.pdf
13
13
14
- crim : .template/template.tex openlex-crim/openlex-crim.md .template/metadata.yaml
15
- pandoc -N --template=.template/template.tex --variable title=" Criminal Law" openlex-crim/openlex-crim.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-crim.pdf
14
+ crim : .template/template.tex .template/metadata.yaml
15
+ pandoc -N --template=.template/template.tex --variable title=" Criminal Law" . template/metadata.yaml $$ CRIM --latex-engine=xelatex --toc -o openlex-crim.pdf
16
16
17
- equity : .template/template.tex openlex-equity/openlex-equity.md .template/metadata.yaml
18
- pandoc -N --template=.template/template.tex --variable title=" Equity and Trust" openlex-equity/openlex-equity.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-equity.pdf
17
+ equity : .template/template.tex .template/metadata.yaml
18
+ pandoc -N --template=.template/template.tex --variable title=" Equity and Trust" . template/metadata.yaml $$ EQUITY --latex-engine=xelatex --toc -o openlex-equity.pdf
19
19
20
- land : .template/template.tex openlex-land/openlex-land.md .template/metadata.yaml
21
- pandoc -N --template=.template/template.tex --variable title=" Land Law" openlex-land/openlex-land.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-land.pdf
20
+ land : .template/template.tex .template/metadata.yaml
21
+ pandoc -N --template=.template/template.tex --variable title=" Land Law" template/metadata.yaml $$ LAND . --latex-engine=xelatex --toc -o openlex-land.pdf
22
22
23
- tort : .template/template.tex openlex-tort/openlex-tort.md .template/metadata.yaml
24
- pandoc -N --template=.template/template.tex --variable title=" Tort Law" openlex-tort/openlex-tort.md . template/metadata.yaml --latex-engine=xelatex --toc -o openlex-tort.pdf
23
+ tort : .template/template.tex .template/metadata.yaml
24
+ pandoc -N --template=.template/template.tex --variable title=" Tort Law" . template/metadata.yaml $$ TORT --latex-engine=xelatex --toc -o openlex-tort.pdf
0 commit comments