|
|
@@ -1,14 +1,13 @@
|
|
|
-src = ../paper/
|
|
|
-srcFiles = $(src)*.md $(src)**/*.md $(src)**/**/*.md
|
|
|
+srcFiles = src/*.md src/**/*.md src/**/**/*.md
|
|
|
|
|
|
-images = ../benchmark.pdf ../SimpleGanGenerator.pdf
|
|
|
+images = images/benchmark.pdf images/SimpleGanGenerator.pdf
|
|
|
|
|
|
nothing:
|
|
|
|
|
|
all: paper.pdf
|
|
|
|
|
|
paper.md: $(srcFiles)
|
|
|
- python ../../tools/mdImport.py $(src)all.md > $@
|
|
|
+ python ../../tools/mdImport.py src/all.md > $@
|
|
|
|
|
|
|
|
|
%.tex: %.md template.tex
|
|
|
@@ -20,10 +19,10 @@ paper.pdf: paper.tex $(images)
|
|
|
|
|
|
|
|
|
|
|
|
-../%.pdf: ../%.svg
|
|
|
+images/%.pdf: images/%.svg
|
|
|
inkscape $< -o $@ -d 600
|
|
|
|
|
|
|
|
|
|
|
|
-../%.svg:
|
|
|
+images/%.svg:
|
|
|
test -e $@
|