]> git.saurik.com Git - bison.git/blobdiff - doc/local.mk
tests: address syntax-check failures
[bison.git] / doc / local.mk
index cef4448c4e89ef61a4819c9a6809eb4b3029fdb2..cac9f544a2e5cd52912c31086183aa1259dcb074 100644 (file)
@@ -124,9 +124,11 @@ nodist_man_MANS = doc/yacc.1
 ## ----------------------------- ##
 
 CLEANDIRS += doc/figs
-FIGS_DOT = doc/figs/example-reduce.dot doc/figs/example-shift.dot
-EXTRA_DIST +=                                                          \
-  $(FIGS_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)
 SUFFIXES += .dot .eps .pdf .png