[ADD] Modification dossier image et complètement nanoblogger.pin

This commit is contained in:
Olivier DOSSMANN
2011-07-11 21:40:56 +02:00
parent 126aa7b485
commit cfff88ad32
22 changed files with 146 additions and 288 deletions

17
graphiques/Makefile Normal file
View File

@ -0,0 +1,17 @@
statique: statique.svg statique.png
statique.svg:
dot -Tsvg statique.dot -o statique.svg
statique.png:
dot -Tpng statique.dot -o statique.png
dynamique: dynamique.svg dynamique.png
dynamique.svg:
dot -Tsvg dynamique.dot -o dynamique.svg
dynamique.png:
dot -Tpng dynamique.dot -o dynamique.png
clean:
rm -f *.png *.svg