Commit 1f69cf8c authored by Dimitris Lampridis's avatar Dimitris Lampridis

doc: update all documentation in view of release 4.1

parent e2180fcb
...@@ -2,7 +2,7 @@ SVG=$(wildcard *.svg) ...@@ -2,7 +2,7 @@ SVG=$(wildcard *.svg)
PDF=$(SVG:.svg=.pdf) PDF=$(SVG:.svg=.pdf)
.PHONY: all .PHONY: all
all: $(PDF) acq_fsm.pdf all: $(PDF)
%.pdf : %.svg %.pdf : %.svg
inkscape --without-gui $< -A $@ inkscape --without-gui $< -A $@
...@@ -14,11 +14,3 @@ clean: ...@@ -14,11 +14,3 @@ clean:
show: show:
$(info all svg: $(SVG)) $(info all svg: $(SVG))
$(info all pdf: $(PDF)) $(info all pdf: $(PDF))
acq_fsm.pdf: acq_fsm.dia
dia -e acq_fsm.pdf acq_fsm.dia
# crop around front panel
# bbox origin is in bottom left corner of the page
# bbox unit is [points]
pdfcrop --bbox '50 550 550 780' acq_fsm.pdf acq_fsm.pdf
No preview for this file type
This diff is collapsed.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment