|
@@ -53,6 +53,7 @@ build/%.tex: content/%.md
|
|
|
04_html: build/04_simulation_and_reconstruction.html
|
|
|
05_html: build/05_tttt_measurement.html
|
|
|
06_html: build/06_pixel_assembly.html
|
|
|
+07_html: build/07_conclusion.html
|
|
|
|
|
|
00_tex: build/00_abstract.tex
|
|
|
01_tex: build/01_introduction.tex
|
|
@@ -61,13 +62,14 @@ build/%.tex: content/%.md
|
|
|
04_tex: build/04_simulation_and_reconstruction.tex
|
|
|
05_tex: build/05_tttt_measurement.tex
|
|
|
06_tex: build/06_pixel_assembly.tex
|
|
|
+07_tex: build/07_conclusion.tex
|
|
|
|
|
|
|
|
|
-html: 00_html 01_html 02_html 03_html 04_html 05_html 06_html
|
|
|
+html: 00_html 01_html 02_html 03_html 04_html 05_html 06_html 07_html
|
|
|
$(PELICAN) $(BUILDDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
|
|
|
$(PELICAN) $(BUILDDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
|
|
|
|
|
|
-pdf: 00_tex 01_tex 02_tex 03_tex 04_tex 05_tex 06_tex
|
|
|
+pdf: 00_tex 01_tex 02_tex 03_tex 04_tex 05_tex 06_tex 07_tex
|
|
|
cd $(BUILDDIR); rubber thesis
|
|
|
[ -f $(BUILDDIR)/thesis.pdf ] && cp $(BUILDDIR)/thesis.pdf $(OUTPUTDIR)
|
|
|
|