Rename utils/ to mk/, move some files to mk/ and make the requisite changes throughout
commitbf352eceda5f1c5fcdb6e40ad5687d2b9c7d1ab3
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 26 Aug 2012 12:03:20 +0000 (26 14:03 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 26 Aug 2012 13:27:19 +0000 (26 15:27 +0200)
tree888b0ab7bf6a21e86a789f2f124eca68b6c4bc3c
parentd85e7bc10a234477694ec42c6fdfe0ec7b28dc0a
Rename utils/ to mk/, move some files to mk/ and make the requisite changes throughout

* Makefile: Include default.mk and targets.mk from mk/ where they've
  been moved to.

* README_maintainer: Rename utils to make throughout.

* doc/Makefile: Rename utils to make throughout.

* doc/org.texi: Remove reference to utils/, x11idle.c is now in
  contrib/scripts.

* mk/make_emacs_changelog: Add mk/ to list of directories not to be
  reported in Emacs' ChangeLog.  Also retain utils/ and re-add
  UTILITIES; add a comment explaining why these need to stay.

* mk/default.mk: Rename utils to make throughout.  Include version.mk
  from mk/ where it's been moved to.

* mk/targets.mk: Rename utils to make throughout.

* mk/server.mk: Rename utils to make throughout.  Only put those files
  from mk/ into the archives that are needed outside the server:
  default.mk targets.mk version.mk and org-fixup.el.

* lisp/org-compat.el: Rename utils to make throughout.

* .gitignore:  Rename utils to make throughout.
22 files changed:
.gitignore
Makefile
README_maintainer
doc/Makefile
doc/org.texi
lisp/org-compat.el
mk/default.mk [moved from default.mk with 97% similarity]
mk/eldo.el [moved from utils/eldo.el with 100% similarity]
mk/fake_change_log.pl [moved from utils/fake_change_log.pl with 100% similarity]
mk/git-changelog [moved from utils/git-changelog with 100% similarity]
mk/gplmanual.pl [moved from utils/gplmanual.pl with 100% similarity]
mk/guidesplit.pl [moved from utils/guidesplit.pl with 100% similarity]
mk/list-hooks.pl [moved from utils/list-hooks.pl with 100% similarity]
mk/make_emacs_changelog [moved from utils/make_emacs_changelog with 92% similarity]
mk/manfull.pl [moved from utils/manfull.pl with 100% similarity]
mk/mansplit.pl [moved from utils/mansplit.pl with 100% similarity]
mk/org-fixup.el [moved from utils/org-fixup.el with 100% similarity]
mk/orgcard2txt.pl [moved from utils/orgcard2txt.pl with 100% similarity]
mk/pw [moved from utils/pw with 100% similarity]
mk/server.mk [moved from utils/server.mk with 65% similarity]
mk/set-version.pl [moved from utils/set-version.pl with 100% similarity]
mk/targets.mk [moved from targets.mk with 98% similarity]