diff options
author | Paul Smith <psmith@gnu.org> | 2006-04-01 06:36:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-04-01 06:36:40 +0000 |
commit | a8f101d0bc354896e410e218db12b449b0447de7 (patch) | |
tree | b161fc78e688e2c08828116dca05cb148af6e305 /doc/.cvsignore | |
parent | 367a49591e2b2335f3f5b42e290651d4df77e933 (diff) | |
download | gunmake-a8f101d0bc354896e410e218db12b449b0447de7.tar.gz |
Release GNU make 3.81.
Update NEWS docs.
Enhance the manual to use automake version.texi, and use the canonical
FSF copyright features and statement.
Some $(realpath ...) tests won't work on Windows; leave them out
The jobserver filedescriptor test might fail if some FDs are reserved,
so for now comment out that check.
Diffstat (limited to 'doc/.cvsignore')
-rw-r--r-- | doc/.cvsignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore index 94240d6..49f3e9d 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,7 +1,8 @@ Makefile Makefile.in -fdl.texi make-stds.texi texinfo.tex +version.texi fdl.texi make-stds.texi texinfo.tex make.info* make*.html make.aux make.cp make.cps make.fn make.fns make.ky make.pg make.toc make.tp make.vr make.log make.dvi make.ps make.pdf +stamp-vti |