source: git/emacs/Makefile.am @ ba5e9e

spielwiese
Last change on this file since ba5e9e was 8968e8e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixed and improved BS
  • Property mode set to 100644
File size: 478 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
12#++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el ??
13#-- BUGS     cmpl.pl     ESingular.emacs21     lib.pl     Makefile.in     singular.el.decl
14
15dist_emacs_DATA = $(EMACS)
16
17# test.sing
18# TODO: remove this!
19#all-local:
20#       [ -d ${builddir} ] || ln -s ${srcdir} ${builddir}
21
22EXTRA_DIST = $(EMACS)
Note: See TracBrowser for help on using the repository browser.