Skip to content

Commit 7513446

Browse files
committed
Finalize the build manual
Signed-off-by: Petr Horacek <petr@zlosynth.com>
1 parent 6f1a618 commit 7513446

10 files changed

Lines changed: 46 additions & 8180 deletions

File tree

manual/build/Makefile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
DIAGRAMS = \
2-
diagram-schema.pdf
1+
PHOTOS = \
2+
p01.jpg \
3+
p02.jpg \
4+
p03.jpg \
5+
p04.jpg \
6+
p05.jpg \
7+
p06.jpg
38

4-
pdf: pdf-images manual.tex
9+
pdf: $(PHOTOS) pdf-images manual.tex
510
pdflatex manual.tex
611
pdflatex manual.tex
712
touch $@
813

9-
pdf-images: $(DIAGRAMS)
10-
touch $@
11-
12-
diagram-%.pdf: diagram-%.svg
13-
inkscape --export-text-to-path -D $< -o $@ --export-latex
14-
1514
.PHONY: clean
1615
clean:
1716
rm -rf *.pdf *.pdf_tex *.log *.aux .auctex-auto

0 commit comments

Comments
 (0)