org: add picture for the architecture

* doc/org/arch.tex: New file.
* doc/Makefile.am: Compile it.
* doc/org/concepts.org: Show it.
This commit is contained in:
Alexandre Duret-Lutz 2016-04-10 10:04:14 +02:00
parent 949638930b
commit 4299517c8d
3 changed files with 93 additions and 8 deletions

View file

@ -70,6 +70,8 @@ ORG_FILES = \
org/g++wrap.in \
org/init.el.in \
org/spot.css \
org/arch.tex \
$(srcdir)/org/arch.png \
org/autfilt.org \
org/csv.org \
org/compile.org \
@ -110,6 +112,11 @@ $(srcdir)/org/satmin.png: org/satmin.tex
pdflatex -shell-escape satmin.tex && \
rm -f satmin.pdf satmin.aux satmin.log
$(srcdir)/org/arch.png: org/arch.tex
cd $(srcdir)/org && \
pdflatex -shell-escape arch.tex && \
rm -f arch.pdf arch.aux arch.log
$(srcdir)/org-stamp: $(ORG_FILES) $(configure_ac)
$(MAKE) org && touch $@