Cleaned up for release. 20090517-FFI
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 18 May 2009 17:25:57 +0000 (10:25 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 18 May 2009 17:34:59 +0000 (10:34 -0700)
commit0eb1e899579d36213ee0502c31a77a560ad2f85d
treef3c4318fcd7244a1c94fd826a1149297087e67aa
parent96ef266d9476edb9f4eda88683075e98847badb7
Cleaned up for release.

* .gitignore, doc/.gitignore, src/.gitignore:

These versions are perhaps too narrow.  They are just sufficient for a
i386-linux build.

* doc/user-manual/user.texinfo:

Quieted a bogus texinfo warning with whitespace.

* src/microcode/Tags.sh:

`make tags' in src/ (the src/Tags.sh script) expects a Tags.sh in all
SUBDIR.

* src/microcode/configure.ac:

Avoid duplicate prbfish and prmd5 in MODULE_BASES, to quiet a make
warning.  I do not see why this is happening, but it is happening in
master as well.
.gitignore
doc/.gitignore [new file with mode: 0644]
doc/user-manual/user.texinfo
src/.gitignore [new file with mode: 0644]
src/microcode/Tags.sh [new file with mode: 0755]
src/microcode/configure.ac