X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=mp-solid.git;a=blobdiff_plain;f=doc%2Ffigures%2FMakefile;fp=doc%2Ffigures%2FMakefile;h=7b3b41d6fd0450cb5c841f3c552db92aeaf8091b;hp=0000000000000000000000000000000000000000;hb=115a65aa97f574a05d7491446731b5b1b216a3fe;hpb=03410b32de1c2b15bf2cdae2b0eb8915e1656214 diff --git a/doc/figures/Makefile b/doc/figures/Makefile new file mode 100644 index 0000000..7b3b41d --- /dev/null +++ b/doc/figures/Makefile @@ -0,0 +1,14 @@ +PDF=$(wildcard *.pdf) +PNG=$(patsubst %.pdf,%.png,$(PDF)) + + +png: $(PNG) +$(PNG) : %.png : %.pdf + wpdf -png -rs 45 $< + +liste: + @ls *.png > LISTE.txt + @echo '== Les sources MetaPost' >> LISTE.txt + @ls *.mp >> LISTE.txt + @echo '== Les fichiers PDF' >> LISTE.txt + @ls *.pdf >> LISTE.tex