]> code.delx.au - gnu-emacs/commitdiff
* leim/leim-ext.el: Change method for getting comments in the output
authorGlenn Morris <rgm@gnu.org>
Thu, 28 Nov 2013 20:31:55 +0000 (12:31 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 28 Nov 2013 20:31:55 +0000 (12:31 -0800)
to one that does not fool lisp/compile-main's no-byte-compile test.
* leim/Makefile.in (${leimdir}/leim-list.el): Adapt for this.

leim/ChangeLog
leim/Makefile.in
leim/leim-ext.el

index b5099b5a442096a9d81d5733aa15b47925211038..31b9c37690394fbff961a60683fc27e52526c27b 100644 (file)
@@ -1,3 +1,9 @@
+2013-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (${leimdir}/leim-list.el):
+       * leim-ext.el: Change method for getting comments in the output
+       to one that does not fool lisp/compile-main's no-byte-compile test.
+
 2013-11-27  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (bootstrap-clean): No need to delete .elc,
index 9fe71ae6fe10957b06945680bc91720768c685cb..4e067db34452e0e53d0bd05e5acf15a0f108a9df 100644 (file)
@@ -132,7 +132,7 @@ ${leimdir}/leim-list.el: ${TIT_MISC} ${srcdir}/leim-ext.el
        rm -f $@
        ${RUN_EMACS} -l international/quail \
          --eval "(update-leim-list-file (unmsys--file-name \"${leimdir}\"))"
-       sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
+       sed -n -e '/^[^;]/p' -e 's/;inc/;/p' < ${srcdir}/leim-ext.el >> $@
 
 ${leimdir}/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
        @$(MKDIR_P) $(leimdir)/ja-dic
index b5fc31188626e7b10fe41c4c0c4a1bb72e26bf4b..0f92fd6c645350b22378079aee5e688e41f760b9 100644 (file)
  'hangul390-input-method
  "Input method: korean-hangul390 (mode line indicator:한390)\n\nHangul 3-Bulsik 390 input method.")
 
-;; Following lines are indented so that Makefile adds them to output.
+;; Following lines are marked such that Makefile adds them to output.
 ;; leim-list-header adds "coding: utf-8"; we could move that here,
 ;; unless others are using that stuff to generate their own leim files.
+;; TODO?  Better to add leim-list-footer?
 
- ;; Local Variables:
- ;; no-byte-compile: t
- ;; version-control: never
- ;; no-update-autoloads: t
- ;; End:
+;;inc Local Variables:
+;;inc no-byte-compile: t
+;;inc version-control: never
+;;inc no-update-autoloads: t
+;;inc End:
 
- ;;; leim-list.el ends here
+;;;inc leim-list.el ends here
 
 ;;; leim-ext.el ends here