Add 'Things to Do' section
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,11 +1,14 @@
|
||||
archive.pdf: intro.pdf requirements.pdf design-doc.pdf \
|
||||
binary/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
|
||||
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
|
||||
readme.pdf resources.pdf reflection.pdf listings.pdf review.pdf
|
||||
readme.pdf resources.pdf reflection.pdf listings.pdf review.pdf todo.pdf
|
||||
pdfjam --no-tidy --outfile archive.pdf -- intro.pdf requirements.pdf design-doc.pdf \
|
||||
binary/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
|
||||
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
|
||||
readme.pdf resources.pdf reflection.pdf listings.pdf review.pdf
|
||||
readme.pdf resources.pdf reflection.pdf listings.pdf review.pdf todo.pdf
|
||||
|
||||
todo.pdf: todo.tex
|
||||
pdflatex todo.tex
|
||||
|
||||
listings.pdf: listings.tex
|
||||
pdflatex listings.tex
|
||||
|
||||
Reference in New Issue
Block a user