aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-10-30 00:15:23 -0700
committerGlenn Morris2013-10-30 00:15:23 -0700
commit9835cedbfa3901f9d5ed1c14a2e0846643462bd2 (patch)
treeaa0039e0247e7c22f3ee633e64acc6fa0f0e33a8 /admin/ChangeLog
parent55498a0fe4713d9d6e6737bd4bd293ac4d8c4236 (diff)
downloademacs-9835cedbfa3901f9d5ed1c14a2e0846643462bd2.tar.gz
emacs-9835cedbfa3901f9d5ed1c14a2e0846643462bd2.zip
Simplify admin/unidata Makefile rules
* admin/unidata/unidata-gen.el (unidata-gen-files): Use pop. Also take the output directory as an argument. * admin/unidata/Makefile.in: Simplify now that unidata-gen-files takes the output directory as an argument (no need to cd, etc). (abs_srcdir, abs_builddir): Remove. (abs_top_builddir): Replace by top_builddir. (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument. (${DSTDIR}/charprop.el, charprop.el): No need to pass unidata.txt as argument.
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index baa8706fd32..680792c12b7 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,5 +1,15 @@
12013-10-30 Glenn Morris <rgm@gnu.org> 12013-10-30 Glenn Morris <rgm@gnu.org>
2 2
3 * unidata/unidata-gen.el (unidata-gen-files): Use pop.
4 Also take the output directory as an argument.
5 * unidata/Makefile.in: Simplify now that unidata-gen-files takes
6 the output directory as an argument (no need to cd, etc).
7 (abs_srcdir, abs_builddir): Remove.
8 (abs_top_builddir): Replace by top_builddir.
9 (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument.
10 (${DSTDIR}/charprop.el, charprop.el):
11 No need to pass unidata.txt as argument.
12
3 * unidata/unidata-gen.el (unidata--ensure-compiled): New function. 13 * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
4 (unidata-gen-table-name, unidata-gen-table-decomposition) 14 (unidata-gen-table-name, unidata-gen-table-decomposition)
5 (unidata-gen-files): Use unidata--ensure-compiled. 15 (unidata-gen-files): Use unidata--ensure-compiled.