source: git/emacs/Makefile.am @ eaa04d

spielwiese
Last change on this file since eaa04d was eaa04d, checked in by Hans Schoenemann <hannes@…>, 5 years ago
fix: emacs/Makefile.am without NEWS,ChangeLog
  • Property mode set to 100644
File size: 520 bytes
RevLine 
[8968e8e]1ACLOCAL_AMFLAGS = -I ../m4
2
3emacsdir=$(datadir)/singular/emacs
4
5EMACS = \
6    COPYING \
7    singular.el \
[d5d9fc]8    singular.xpm  .emacs-general  .emacs-singular \
9    cmd-cmpl.el ex-cmpl.el hlp-cmpl.el lib-cmpl.el
10#++ hlp-cmpl.el lib-cmpl.el ex-cmpl.el cmd-cmpl.el: for now from Master Singular
11
[8968e8e]12
13#-- BUGS     cmpl.pl     ESingular.emacs21     lib.pl     Makefile.in     singular.el.decl
14
15dist_emacs_DATA = $(EMACS)
16
17# TODO: remove this!
18#all-local:
19#       [ -d ${builddir} ] || ln -s ${srcdir} ${builddir}
20
21EXTRA_DIST = $(EMACS)
Note: See TracBrowser for help on using the repository browser.