Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 4782:1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
<870180fe0912180909u1016b0c6ka10ea5b1564124a0@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Fri, 18 Dec 2009 10:09:54 -0700 |
parents | c858892e4f2b |
children | d6cfba1cc388 |
comparison
equal
deleted
inserted
replaced
4781:8a653fbe5c27 | 4782:1523f1d28be1 |
---|---|
94 #ifdef HAVE_MS_WINDOWS | 94 #ifdef HAVE_MS_WINDOWS |
95 winclient\ | 95 winclient\ |
96 #endif | 96 #endif |
97 etags ctags b2m ootags | 97 etags ctags b2m ootags |
98 | 98 |
99 PUBLIC_INSTALLABLE_SCRIPTS=\ | |
100 #ifdef INSTALL_GNUSERV | 99 #ifdef INSTALL_GNUSERV |
101 gnudoit gnuattach\ | 100 PUBLIC_INSTALLABLE_SCRIPTS=gnudoit gnuattach |
102 #endif | 101 #else |
103 rcs-checkin | 102 PUBLIC_INSTALLABLE_SCRIPTS= |
103 #endif | |
104 | 104 |
105 PUBLIC_INSTALLABLES = ${PUBLIC_INSTALLABLE_EXES} ${PUBLIC_INSTALLABLE_SCRIPTS} | 105 PUBLIC_INSTALLABLES = ${PUBLIC_INSTALLABLE_EXES} ${PUBLIC_INSTALLABLE_SCRIPTS} |
106 | 106 |
107 ## ---------------------------------------------------------------- | 107 ## ---------------------------------------------------------------- |
108 ## Things that XEmacs runs internally on the user's behalf, | 108 ## Things that XEmacs runs internally on the user's behalf, |