Add new sections.
This commit is contained in:
parent
f658a14458
commit
801a363f0e
7
Makefile
7
Makefile
|
@ -1,11 +1,14 @@
|
||||||
archive.pdf: intro.pdf requirements.pdf design-doc.pdf \
|
archive.pdf: intro.pdf requirements.pdf design-doc.pdf \
|
||||||
binary/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
|
binary/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
|
||||||
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
|
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
|
||||||
readme.pdf
|
readme.pdf resources.pdf reflection.pdf
|
||||||
pdfjam --no-tidy --outfile archive.pdf -- intro.pdf requirements.pdf design-doc.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/techreview-ryan.pdf techreview-daniel.pdf binary/techreview-matt.pdf \
|
||||||
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
|
binary/blog-ryan.pdf blog-daniel.pdf binary/blog-matt.pdf \
|
||||||
readme.pdf
|
readme.pdf resources.pdf reflection.pdf
|
||||||
|
|
||||||
|
resources.pdf: resources.tex
|
||||||
|
pdflatex resources.tex
|
||||||
|
|
||||||
reflection.pdf: reflection.tex
|
reflection.pdf: reflection.tex
|
||||||
pdflatex reflection.tex
|
pdflatex reflection.tex
|
||||||
|
|
Loading…
Reference in New Issue
Block a user