diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2011-08-09 22:34:42 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-08-09 22:34:42 +0400 |
commit | fb019935f94ac338740629857ab2ddb8f537bf41 (patch) | |
tree | 55769b6c59da1eb05d7c62d2765cbe32e956f1fe /doc/doc.am | |
parent | f4252bf0872e75b810ff526ab53a67552e8bf2ba (diff) | |
download | bdwgc-fb019935f94ac338740629857ab2ddb8f537bf41.tar.gz |
Retire ChangeLog in favor of Git commit log; merge with README.changes;
add TODO file.
* ChangeLog: add note; append the contents of doc/README.changes.
* doc/README.changes: remove.
* Makefile.direct (DOC_FILES): Remove doc/README.changes.
* doc/doc.am (dist_pkgdata_DATA): Ditto.
* doc/README.contributors: Replace doc/README.changes with ChangeLog.
* Makefile.am (EXTRA_DIST): Add TODO.
* Makefile.direct (DOC_FILES): Ditto.
* Makefile.dj (OTHER_FILES): Ditto.
* Makefile.in: Regenerate.
Diffstat (limited to 'doc/doc.am')
-rw-r--r-- | doc/doc.am | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ -# +# # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED # OR IMPLIED. ANY USE IS AT YOUR OWN RISK. -# +# # Permission is hereby granted to use or copy this program # for any purpose, provided the above notices are retained on all copies. # Permission to modify the code and to distribute modified code is granted, @@ -24,7 +24,6 @@ dist_pkgdata_DATA = \ doc/README.amiga \ doc/README.arm.cross \ doc/README.autoconf \ - doc/README.changes \ doc/README.cmake \ doc/README.contributors \ doc/README.cords \ |