Changeset ef86515 in git
- Timestamp:
- Feb 19, 2013, 6:26:48 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r46dd2e ref86515 15 15 16 16 emacsdir=$(datadir)/emacs 17 dist_emacs_DATA =emacs/BUGS \17 EMACS = emacs/BUGS \ 18 18 emacs/ChangeLog \ 19 19 emacs/cmpl.pl \ … … 27 27 emacs/singular.xpm 28 28 29 dist_emacs_DATA = $(EMACS) 30 29 31 # emacs/test.sing 30 32 # TODO: remove this! … … 33 35 34 36 35 EXTRA_DIST = autogen.sh emacs37 EXTRA_DIST = autogen.sh $(EMACS) 36 38 37 39
Note: See TracChangeset
for help on using the changeset viewer.