From 19fdeb9b7e5ea9650b43455f0e73ae4e1064338b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 26 Oct 2012 17:04:55 +0200 Subject: [PATCH] build: fix Texinfo compilation * doc/local.mk: fix dependencies. --- doc/local.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/local.mk b/doc/local.mk index 53c0142..aaea996 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,/[^/]*$$,,'` -- 2.7.4