Changeset ef86515 in git for Makefile.am


Ignore:
Timestamp:
Feb 19, 2013, 6:26:48 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
ae577652b0fe91d076fc3d3d16766f5530bc4688c444f4bb94b31371e1eaab7e2df8f87c1d4f068dfb875f17b84670badc10fae02dcd7870b46005c2
Parents:
46dd2eac5dc15d256522c6356cfa2718c63b6b0b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-19 18:26:48+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-19 20:40:09+01:00
Message:
Fixing the distribution of emacs files due to Mac OS X or older automake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r46dd2e ref86515  
    1515
    1616emacsdir=$(datadir)/emacs
    17 dist_emacs_DATA = emacs/BUGS \
     17EMACS = emacs/BUGS \
    1818    emacs/ChangeLog \
    1919    emacs/cmpl.pl \
     
    2727    emacs/singular.xpm
    2828
     29dist_emacs_DATA = $(EMACS)
     30
    2931# emacs/test.sing
    3032# TODO: remove this!
     
    3335
    3436
    35 EXTRA_DIST = autogen.sh emacs
     37EXTRA_DIST = autogen.sh $(EMACS)
    3638
    3739
Note: See TracChangeset for help on using the changeset viewer.