~ubuntu-branches/ubuntu/utopic/wnn7egg/utopic

« back to all changes in this revision

Viewing changes to debian/emacsen-install

  • Committer: Bazaar Package Importer
  • Author(s): ISHIKAWA Mutsumi
  • Date: 2010-04-20 16:49:58 UTC
  • Revision ID: james.westby@ubuntu.com-20100420164958-fu7rxvzljoayzvz3
Tags: 1.02-8
* fix dependencies (closes: #577464)
  - add emacs23
  - drop emacs21/emacs22

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
else
32
32
    SITEFLAG="--no-site-file"
33
33
    FILES="${SRCS} ${EMACS_SRCS}"
34
 
    COMPILE_EMACS=${FLAVOR} 
 
34
    COMPILE_EMACS=${FLAVOR}
35
35
fi
36
36
FLAGS="${SITEFLAG} -q -batch -l path.el -l ./wnn7egg-lib.el -f batch-byte-compile"
37
37
 
45
45
    emacs)
46
46
    ;;
47
47
 
48
 
    emacs21|emacs22|emacs-snapshot|xemacs21)
 
48
    emacs21|emacs22|emacs23|emacs-snapshot|xemacs21)
49
49
    install -m 755 -d ${ELCDIR}
50
50
    (cd ${ELDIR}
51
51