Commit 2fdff57b authored by Matthieu Cattin's avatar Matthieu Cattin

doc: FOSDEM 2015 presentation.

parent 06803d46
SVG=$(wildcard *.svg)
PNG=$(wildcard *.png)
JPG=$(wildcard *.jpg)
PDF=$(SVG:.svg=.pdf)
EPS=$(SVG:.svg=.eps) $(PNG:.png=.eps) $(JPG:.jpg=.eps)
.PHONY: all
all: $(PDF) $(EPS)
%.pdf : %.svg
inkscape --without-gui $< -A $@
%.eps : %.svg
inkscape --without-gui $< -E $@
%.eps : %.png
inkscape --without-gui $< -E $@
%.eps : %.jpg
inkscape --without-gui $< -E $@
clean:
rm -f $(PDF)
rm -f $(EPS)
show:
$(info all svg: $(SVG))
$(info all pdf: $(PDF))
$(info all eps: $(EPS))
$(info all jpg: $(JPG))
$(info all png: $(PNG))
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
all : fwatch_fosdem2015.pdf
.PHONY : all clean
fwatch_fosdem2015.pdf : fwatch_fosdem2015.tex
# pdflatex $^
# pdflatex $^
# latex $^
# bibtex
latex $^
latex $^
dvips -j0 fwatch_fosdem2015
ps2pdf -dPDFX -dEmbedAllFonts=true -dSubsetFonts=true -dEPSCrop=true fwatch_fosdem2015.ps
clean :
rm -f *.ps *.pdf *.dat *.log *.out *.aux *.dvi *~ *.nav *.snm *.vrb *.toc
show : fwatch_fosdem2015.pdf
evince $^ &
\ No newline at end of file
This diff is collapsed.
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