X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=mp-gdd.git;a=blobdiff_plain;f=exemples%2Fpolaires%2FMakefile;fp=exemples%2Fpolaires%2FMakefile;h=97f286300beceeaa411181b67e635a98558d3e08;hp=0000000000000000000000000000000000000000;hb=1f9d2f4036645554c46f92209d5b4d417c5fd678;hpb=2518cfffb2598c5733eedf4907b61bc31ab2bd86 diff --git a/exemples/polaires/Makefile b/exemples/polaires/Makefile new file mode 100644 index 0000000..97f2863 --- /dev/null +++ b/exemples/polaires/Makefile @@ -0,0 +1,14 @@ +MP = $(wildcard *.mp) +PDF = $(patsubst %.mp, %-1.pdf, $(MP)) + + +png: $(PDF) +$(PDF) : %-1.pdf : %.mp + ~/bin/mptopdf $< && wpdf -png -rs 50 $@ + +liste: + ls *.png > LISTE.txt + echo '== Les sources' >> LISTE.txt + ls *.mp >> LISTE.txt + echo '== Les PDF' >> LISTE.txt + ls *.pdf >> LISTE.txt \ No newline at end of file