doc: fix dependencies
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 15 Dec 2012 07:19:59 +0000 (08:19 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Sat, 15 Dec 2012 07:19:59 +0000 (08:19 +0100)
* doc/local.mk: here.

doc/local.mk

index cef4448..c8b72ac 100644 (file)
@@ -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)