Add 'Things to Do' section

This commit is contained in:
2020-05-29 01:19:38 -07:00
parent e56084a293
commit ef3ee91d40
3 changed files with 111 additions and 3 deletions

View File

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