Changeset b16f9af in git for emacs


Ignore:
Timestamp:
Aug 19, 1999, 11:07:57 AM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0c10da7a15054a0ee407869f08332c1c7361e769
Parents:
62888cb0780470759b963c7b007859005746376b
Message:
* changes to targets


git-svn-id: file:///usr/local/Singular/svn/trunk@3493 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/Makefile.in

    r62888c rb16f9af  
    1313SINGULAR_HLP    = ${docdir}/singular.hlp
    1414
    15 all install: cmd-cmpl.el hlp-cmpl.el
     15all install: cmd-cmpl.el hlp-cmpl.el lib-cmpl.el
    1616
    1717cmd-cmpl.el: ${SINGULAR} cmpl.pl
     
    2121        cmpl.pl -hlp ${SINGULAR_HLP} -cmpl hlp > hlp-cmpl.el
    2222
     23# this is weird, if I work directly with _one_ pipe,
     24# then things break from time to time
     25lib-cmpl.el: ${prefix}/Singular/Makefile cmpl.pl
     26        ${MAKE} --no-print-directory -s -f ${prefix}/Singular/Makefile echoLIBS > lib-temp
     27        cat lib-temp | cmpl.pl -cmpl lib > lib-cmpl.el
     28        rm lib-temp
     29
     30clean:
     31        rm cmd-cmpl.el hlp-cmpl.el lib-cmpl.el
    2332
    2433${SINGULAR_HLP}:
Note: See TracChangeset for help on using the changeset viewer.