From: Akim Demaille Date: Fri, 26 Oct 2012 15:04:55 +0000 (+0200) Subject: build: fix Texinfo compilation X-Git-Tag: v2.7.90~288 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/19fdeb9b7e5ea9650b43455f0e73ae4e1064338b?ds=inline build: fix Texinfo compilation * doc/local.mk: fix dependencies. --- diff --git a/doc/local.mk b/doc/local.mk index 53c0142d..aaea996d 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -123,9 +123,9 @@ EXTRA_DIST += \ $(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png) SUFFIXES += .dot .eps .pdf .png -bison.dvi: $(FIGS_DOT:.dot=.eps) -bison.html: $(FIGS_DOT:.dot=.png) -bison.pdf: $(FIGS_DOT:.dot=.pdf) +doc/bison.dvi: $(FIGS_DOT:.dot=.eps) +doc/bison.html: $(FIGS_DOT:.dot=.png) +doc/bison.pdf: $(FIGS_DOT:.dot=.pdf) .dot.eps: $(AM_V_GEN) $(MKDIR_P) `echo "./$@" | sed -e 's,/[^/]*$$,,'`