[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
- [PATCH 0/6] {master} prepare the documentation for api.value.type, Akim Demaille, 2013/01/03
- [PATCH 2/6] todo: remove erroneous task, Akim Demaille, 2013/01/03
- [PATCH 1/6] gnulib: update, Akim Demaille, 2013/01/03
- [PATCH 3/6] doc: fix html build,
Akim Demaille <=
- [PATCH 5/6] doc: minor completion and fixes, Akim Demaille, 2013/01/03
- [PATCH 6/6] doc: use deffn to declare the list of %define variables, Akim Demaille, 2013/01/03
- [PATCH 4/6] java: stype is obsoleted by api.value.type, Akim Demaille, 2013/01/03