~khiker/+junk/text-translator

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: HAMANO Kiyoto
  • Date: 2014-08-16 12:03:59 UTC
  • Revision ID: khiker.mail@gmail.com-20140816120359-2gqm4mf3mue27vmp
add text-translator-load.el to the compile target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
INSTALLDIR              =       $(LISPDIR)/$(PACKAGE)
11
11
 
12
12
EL                      =       text-translator.el         \
 
13
                                text-translator-load.el    \
13
14
                                text-translator-sites.el   \
14
15
                                text-translator-vars.el    \
15
16
                                text-translator-window.el  \
27
28
EL_EXT                  =       text-translator-popup.el \
28
29
                                text-translator-pos-tip.el
29
30
 
30
 
EL_NOT_COMPILE          =       text-translator-load.el \
31
 
                                text-translator-test.el
 
31
EL_NOT_COMPILE          =       text-translator-test.el
32
32
ELC                     =       $(EL:.el=.elc)
33
33
 
34
34
ELC_EXT                 =       $(EL_EXT:.el=.elc)