source: git/emacs/Makefile.am @ 92992c

fieker-DuValspielwiese
Last change on this file since 92992c was d5d9fc, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Temporary added /emacs/*-cmpl.el from [master]
  • Property mode set to 100644
File size: 559 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3emacsdir=$(datadir)/singular/emacs
4
5EMACS = \
6    ChangeLog \
7    COPYING \
8    NEWS \
9    singular.el \
10    singular.xpm  .emacs-general  .emacs-singular \
11    cmd-cmpl.el ex-cmpl.el hlp-cmpl.el lib-cmpl.el
12#++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el: for now from Master Singular
13
14
15#-- BUGS     cmpl.pl     ESingular.emacs21     lib.pl     Makefile.in     singular.el.decl
16
17dist_emacs_DATA = $(EMACS)
18
19# test.sing
20# TODO: remove this!
21#all-local:
22#       [ -d ${builddir} ] || ln -s ${srcdir} ${builddir}
23
24EXTRA_DIST = $(EMACS)
Note: See TracBrowser for help on using the repository browser.