Home | History | Annotate | Download | only in doc

Lines Matching refs:DOT

104 FIGS_DOT = figs/example.dot figs/example-reduce.dot figs/example-shift.dot
108 $(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)
109 SUFFIXES += .dot .eps .pdf .png
111 bison.dvi: $(FIGS_DOT:.dot=.eps)
112 bison.html: $(FIGS_DOT:.dot=.png)
113 bison.pdf: $(FIGS_DOT:.dot=.pdf)
115 .dot.eps:
117 $(AM_V_at) $(DOT) -Gmargin=0 -Teps $< >$@.tmp
120 .dot.pdf:
122 $(AM_V_at) $(DOT) -Gmargin=0 -Tpdf $< >$@.tmp
125 .dot.png:
127 $(AM_V_at) $(DOT) -Gmargin=0 -Tpng $< >$@.tmp