bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/6] doc: fix html build


From: Akim Demaille
Subject: [PATCH 3/6] doc: fix html build
Date: Thu, 3 Jan 2013 15:05:47 +0100

* doc/local.mk (bison.html): Fix dependencies.
---
 doc/local.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/local.mk b/doc/local.mk
index cac9f54..d1e4c79 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -25,7 +25,7 @@ doc_bison_TEXINFOS =                            \
 doc_bison = doc/bison
 $(doc_bison).dvi: $(FIGS_DOT:.dot=.eps)
 $(doc_bison).pdf: $(FIGS_DOT:.dot=.pdf)
-$(doc_bison).html: $(FIGS_DOT:.dot=.html)
+$(doc_bison).html: $(FIGS_DOT:.dot=.png)
 
 TEXI2DVI = texi2dvi --build-dir=doc/bison.t2d -I doc
 CLEANDIRS = doc/bison.t2d
-- 
1.8.0.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]