mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
doc: various minor improvements and fixes
* doc/figs/example.dot, doc/figs/example.y: New. * doc/bison.texi: Prefer "token" to TOKEN. Use @group where appropriate. Adjust with style changes in the output (State 0, not state 0). Fix some @ref that were missing the third argument. Fix some incorrect line numbers. Use "nonterminal", not "non-terminal". Fix overfull and underfull TeX hboxes. Put the comments in the index. Remove duplicate index entries. Fuse glossary entries where appropriate. (Understanding): Improve the continuity between sections. Use example.dot to show the whole graph. * doc/Makefile.am: Adjust.
This commit is contained in:
@@ -96,13 +96,14 @@ PREPATH = $(top_builddir)/src
|
||||
|
||||
nodist_man_MANS = yacc.1
|
||||
|
||||
## ----------------------------- ##
|
||||
## Graphviz examples generation. ##
|
||||
## ----------------------------- ##
|
||||
## ------------------------------ ##
|
||||
## Graphviz examples generation. ##
|
||||
## ------------------------------ ##
|
||||
|
||||
CLEANDIRS += figs
|
||||
FIGS_DOT = figs/example-reduce.dot figs/example-shift.dot
|
||||
FIGS_DOT = figs/example.dot figs/example-reduce.dot figs/example-shift.dot
|
||||
EXTRA_DIST += \
|
||||
figs/example.y \
|
||||
$(FIGS_DOT) \
|
||||
$(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)
|
||||
SUFFIXES += .dot .eps .pdf .png
|
||||
|
||||
Reference in New Issue
Block a user