diff options
author | Jesse Thilo <jthilo@gnu.org> | 1999-04-18 16:29:23 +0000 |
---|---|---|
committer | Jesse Thilo <jthilo@gnu.org> | 1999-04-18 16:29:23 +0000 |
commit | 8ebbae2a91a4fe414676932d2521036155a17b7c (patch) | |
tree | ad00c0582fcc7f30c19a0e6b0da5dd44a6e78fb6 /doc | |
parent | eba41a1d10d20d0db6950412810c15737a1fae22 (diff) | |
download | bison-8ebbae2a91a4fe414676932d2521036155a17b7c.tar.gz |
Reorganized: sources in `src', documentation in `doc'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.cvsignore | 19 | ||||
-rw-r--r-- | doc/Makefile.am | 7 |
2 files changed, 26 insertions, 0 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 00000000..64f139a4 --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,19 @@ +ChangeLog +Makefile +Makefile.in +bison.aux +bison.cp +bison.cps +bison.dvi +bison.fn +bison.info +bison.info-[0-9]* +bison.ky +bison.log +bison.pg +bison.ps +bison.toc +bison.tp +bison.vr +stamp-vti +version.texi diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 00000000..0e92ad2c --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,7 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*- +AUTOMAKE_OPTIONS = 1.4 + +info_TEXINFOS = bison.texinfo +man_MANS = bison.1 + +EXTRA_DIST = bison.1 bison.rnh |