[icfp] rename 'paper' to 'pearl'

This commit is contained in:
ben 2016-03-24 15:08:20 -04:00
parent 2ea7220f8c
commit 3983c2e630
3 changed files with 6 additions and 5 deletions

View File

@ -6,3 +6,4 @@
*.out
*.pdf
paper.tex
pearl.tex

View File

@ -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: