[icfp] rename 'paper' to 'pearl'
This commit is contained in:
parent
2ea7220f8c
commit
3983c2e630
1
icfp-2016/.gitignore
vendored
1
icfp-2016/.gitignore
vendored
|
@ -6,3 +6,4 @@
|
||||||
*.out
|
*.out
|
||||||
*.pdf
|
*.pdf
|
||||||
paper.tex
|
paper.tex
|
||||||
|
pearl.tex
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
PAPER=paper
|
PAPER=pearl
|
||||||
|
|
||||||
all: paper.pdf
|
all: pearl.pdf
|
||||||
|
|
||||||
compiled/paper_scrbl.zo: *.rkt *.scrbl
|
compiled/pearl_scrbl.zo: *.rkt *.scrbl
|
||||||
raco make -v $(PAPER).scrbl
|
raco make -v $(PAPER).scrbl
|
||||||
|
|
||||||
paper.pdf: pkg compiled/paper_scrbl.zo texstyle.tex
|
pearl.pdf: pkg compiled/pearl_scrbl.zo texstyle.tex
|
||||||
scribble ++extra fig-experience.tex ++extra fig-stxclass.tex ++extra fig-stats.tex ++style texstyle.tex --pdf $(PAPER).scrbl
|
scribble ++extra fig-experience.tex ++extra fig-stxclass.tex ++extra fig-stats.tex ++style texstyle.tex --pdf $(PAPER).scrbl
|
||||||
|
|
||||||
paper.tex: pkg compiled/paper_scrbl.zo texstyle.tex
|
pearl.tex: pkg compiled/pearl_scrbl.zo texstyle.tex
|
||||||
scribble ++style texstyle.tex --latex $(PAPER).scrbl
|
scribble ++style texstyle.tex --latex $(PAPER).scrbl
|
||||||
|
|
||||||
pkg:
|
pkg:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user