branch | redundancy |
changeset 2296 | c3f2fab463a0 |
parent 1478 | 0b19ac5acad2 |
child 2512 | a01947bc9ab6 |
2295:4e4c018573c0 | 2296:c3f2fab463a0 |
---|---|
31 |
31 |
32 %.ps: %.dot |
32 %.ps: %.dot |
33 dot -Tps -o $@ $< |
33 dot -Tps -o $@ $< |
34 |
34 |
35 %.pdf: %.ps |
35 %.pdf: %.ps |
36 epstopdf $< |
36 ps2pdf $< |
37 |
37 |
38 clean: |
38 clean: |
39 @rm -f *.ps *.pdf |
39 @rm -f *.ps *.pdf |
40 |
40 |
41 #----------------------------------------------------------------------------- |
41 #----------------------------------------------------------------------------- |