[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
|
||||
*.pdf
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
pkg:
|
||||
|
|
Loading…
Reference in New Issue
Block a user