source: git/emacs/Makefile.am @ 1a1f34b

spielwiese
Last change on this file since 1a1f34b was 1a1f34b, checked in by Hans Schoenemann <hannes@…>, 8 years ago
removed unsed files, fixed make_tar.sh and make dist
  • Property mode set to 100644
File size: 547 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# TODO: remove this!
20#all-local:
21#       [ -d ${builddir} ] || ln -s ${srcdir} ${builddir}
22
23EXTRA_DIST = $(EMACS)
Note: See TracBrowser for help on using the repository browser.