Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5c196f29
Commit
5c196f29
authored
Feb 10, 2002
by
Andrew Innes
Browse files
($(TIT)): Don't depend on $(SUBDIRS).
($(MISC_DIC)): Ditto.
parent
c6e16379
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
leim/ChangeLog
leim/ChangeLog
+5
-0
leim/makefile.w32-in
leim/makefile.w32-in
+7
-7
No files found.
leim/ChangeLog
View file @
5c196f29
2002
-
02
-
10
Andrew
Innes
<
andrewi
@
gnu
.
org
>
*
makefile
.
w32
-
in
($(
TIT
)):
Don
't depend on $(SUBDIRS).
($(MISC_DIC)): Ditto.
2002-02-06 Richard M. Stallman <rms@gnu.org>
* quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
...
...
leim/makefile.w32-in
View file @
5c196f29
...
...
@@ -130,6 +130,11 @@ WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC_DIC)
TIT
=
$(CHINESE_TIT)
NON_TIT
=
$(CHINESE_NON_TIT)
$(JAPANESE)
$(KOREAN)
$(EUROPEAN)
$(MISC)
.SUFFIXES
:
.elc .el
.el.elc
:
$(RUN_EMACS)
-f
batch-byte-compile
$<
all
:
$(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el
# To ensure that we can run Emacs. This target is ignored (never
...
...
@@ -150,7 +155,7 @@ $(SUBDIRS):
.NO_PARALLEL
:
$(TIT) $(MISC_DIC)
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
$(TIT)
:
$(SUBDIRS)
$(TIT)
:
$(RUN_EMACS)
-l
$(buildlisppath)
/international/titdic-cnv
\
--eval
$(ARGQUOTE)
(
batch-titdic-convert t
)
$(ARGQUOTE)
\
-dir
quail
$(srcdir)
/CXTERM-DIC
...
...
@@ -158,17 +163,12 @@ $(TIT): $(SUBDIRS)
-f
batch-byte-compile
$(TIT:.elc=.el)
# Rule to generate quail/*.el from MISC_DIC/*.tit.
$(MISC_DIC)
:
$(SUBDIRS)
$(MISC_DIC)
:
$(RUN_EMACS)
-l
$(buildlisppath)
/international/titdic-cnv
\
-f
batch-miscdic-convert
-dir
quail
$(srcdir)
/MISC-DIC
$(RUN_EMACS)
-l
$(buildlisppath)
/international/quail
\
-f
batch-byte-compile
$(MISC_DIC:.elc=.el)
.SUFFIXES
:
.elc .el
.el.elc
:
$(RUN_EMACS)
-f
batch-byte-compile
$<
leim-list.el
:
$(SUBDIRS) $(WORLD)
$(RUN_EMACS)
-l
$(buildlisppath)
/international/quail
\
--eval
$(ARGQUOTE)
(
update-leim-list-file
$(DQUOTE)
.
$(DQUOTE)
)
$(ARGQUOTE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment