diff options
| author | Glenn Morris | 2013-12-12 00:54:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-12-12 00:54:21 -0800 |
| commit | 62bd73fa7a8c50504bc6f916b86603ea654fc472 (patch) | |
| tree | c0f269198491a68fe4fbedcb9a95ddf11c4ac600 /ChangeLog | |
| parent | 397a32c12ad097314c0948818d5c54b43d9f3d54 (diff) | |
| download | emacs-62bd73fa7a8c50504bc6f916b86603ea654fc472.tar.gz emacs-62bd73fa7a8c50504bc6f916b86603ea654fc472.zip | |
Stop keeping info/dir in the repository.
* build-aux/dir_top: Move here from admin/.
* build-aux/make-info-dir: New script.
* Makefile.in (bootstrap-clean): Delete info/.
(info-dir, ${srcdir}/info/dir): New rules.
(info): Also make info-dir.
(check-info): Rename from check-info-dir.
Instead of info/dir entries, check @dircategory in info/*.info.
* make-dist: Use `info' rule rather than `info-real'.
No more info/COPYING (not even the right license for info/ files).
* info/: Remove from repository.
* admin/update_autogen (info_dir):
Use dir_top from build-aux/ rather than admin/.
* .bzrignore: Ignore info/ altogether.
* doc/emacs/Makefile.in: Comment.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-12-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | Stop keeping info/dir in the repository. | ||
| 4 | * build-aux/dir_top: Move here from admin/. | ||
| 5 | * build-aux/make-info-dir: New script. | ||
| 6 | * Makefile.in (bootstrap-clean): Delete info/. | ||
| 7 | (info-dir, ${srcdir}/info/dir): New rules. | ||
| 8 | (info): Also make info-dir. | ||
| 9 | (check-info): Rename from check-info-dir. | ||
| 10 | Instead of info/dir entries, check @dircategory in info/*.info. | ||
| 11 | * make-dist: Use `info' rule rather than `info-real'. | ||
| 12 | No more info/COPYING (not even the right license for info/ files). | ||
| 13 | * info/: Remove from repository. | ||
| 14 | |||
| 1 | 2013-12-11 Glenn Morris <rgm@gnu.org> | 15 | 2013-12-11 Glenn Morris <rgm@gnu.org> |
| 2 | 16 | ||
| 3 | * info/dir: Add octave-mode. | 17 | * info/dir: Add octave-mode. |