mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
(${TIT}): Fix shell conditional syntax.
This commit is contained in:
parent
3985f85d5d
commit
f45b7beb1c
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ ${SUBDIRS}:
|
|||
|
||||
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
|
||||
${TIT}:
|
||||
[ -d quail ] || mkdir quail
|
||||
if [ -d quail ]; then true; else make quail; fi
|
||||
${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
||||
--eval '(batch-titdic-convert t)' -dir quail ${srcdir}/CXTERM-DIC
|
||||
${RUN-EMACS} -l ${buildlisppath}/international/quail \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue