maint: reorganize the source tree and make it less cluttered
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Mar 2012 11:15:52 +0000 (13:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Mar 2012 11:30:13 +0000 (13:30 +0200)
commite343227a1004122bb3f4b54ed06d00a6927cf7c0
tree32425172815ba02ce95145be066464931af8d6de
parent5a4a72a6eb2678f226d3bdc66146174a1cf87a39
maint: reorganize the source tree and make it less cluttered

* TODO: Move ...
* old/TODO: ... here.  This is done because this file is quite
outdated, and today TODO and wishlist items are better handled
though the debbugs tracker.
* ChangeLog.00: Move ...
* old/ChangeLog.00: ... here.
* ChangeLog.01: Move ...
* old/ChangeLog.01: ... here.
* ChangeLog.02: Move ...
* old/ChangeLog.02: ... here.
* ChangeLog.03: Move ...
* old/ChangeLog.03: ... here.
* ChangeLog.04: Move ...
* old/ChangeLog.04: ... here.
* ChangeLog.09: Move ...
* old/ChangeLog.09: ... here.
* ChangeLog.11: Move ...
* old/ChangeLog.11: ... here.
* ChangeLog.96: Move ...
* old/ChangeLog.96: ... here.
* ChangeLog.98: Move ...
* old/ChangeLog.98: ... here.
* tests/ChangeLog-old: Move ...
* old/ChangeLog-tests: .. here.
* tests/Makefile.am (EXTRA_DIST): Adjust.
* Makefile.am (EXTRA_DIST): Likewise.
* .autom4te.cfg: New file, instructing the autotools to place the
autom4te cache directory in '.autom4te.cache' rather than in
'autom4te.cache'.
* .gitignore: Adjust.
* Makefile.am (maintainer-clean-local): Remove the '.autom4te.cache'
directory.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
15 files changed:
.autom4te.cfg [new file with mode: 0644]
.gitignore
Makefile.am
old/ChangeLog-tests [moved from tests/ChangeLog-old with 100% similarity]
old/ChangeLog.00 [moved from ChangeLog.00 with 100% similarity]
old/ChangeLog.01 [moved from ChangeLog.01 with 100% similarity]
old/ChangeLog.02 [moved from ChangeLog.02 with 100% similarity]
old/ChangeLog.03 [moved from ChangeLog.03 with 100% similarity]
old/ChangeLog.04 [moved from ChangeLog.04 with 100% similarity]
old/ChangeLog.09 [moved from ChangeLog.09 with 100% similarity]
old/ChangeLog.11 [moved from ChangeLog.11 with 100% similarity]
old/ChangeLog.96 [moved from ChangeLog.96 with 100% similarity]
old/ChangeLog.98 [moved from ChangeLog.98 with 100% similarity]
old/TODO [moved from TODO with 100% similarity]
tests/Makefile.am