From: Akim Demaille Date: Sat, 15 Dec 2012 07:19:59 +0000 (+0100) Subject: doc: fix dependencies X-Git-Tag: v2.7.90~254 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d42e695e53bf9521593f074a58dd8165336df204 doc: fix dependencies * doc/local.mk: here. --- diff --git a/doc/local.mk b/doc/local.mk index cef4448c..c8b72ac5 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -124,7 +124,9 @@ nodist_man_MANS = doc/yacc.1 ## ----------------------------- ## CLEANDIRS += doc/figs -FIGS_DOT = doc/figs/example-reduce.dot doc/figs/example-shift.dot +FIGS_DOT = \ + doc/figs/example.dot \ + doc/figs/example-reduce.dot doc/figs/example-shift.dot EXTRA_DIST += \ $(FIGS_DOT) \ $(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)