aboutsummaryrefslogtreecommitdiff
path: root/readline/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1994-02-18* Makefile.in: Add search.o rule for Sun make.Jim Kingdon1-6/+1
1994-01-21 * Makefile.in (distclean, realclean): Expand local-distcleanFred Fish1-5/+4
inline after doing recursion. You can't recurse after removing Makefile. Make them depend on local-clean. * Makefile.in (local-distclean): Remove now superfluous target.
1994-01-16 * Makefile.in (clean mostlyclean distclean realclean): RecurseJim Kingdon1-2/+2
into subdirectories as well as doing this directory. Add clean-dvi target.
1994-01-16 * Makefile.in (clean mostlyclean distclean realclean): RecurseJim Kingdon1-4/+16
into subdirectories as well as doing this directory.
1994-01-16 Merge in changes from bash-1.13. The most obvious one isPer Bothner1-31/+39
that the file readline.c has been split into multiple files. * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h, rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.
1993-06-13 * Makefile.in ({real,dist}clean): Remove sysdep.h.Jim Kingdon1-31/+49
1991-12-07Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-32/+78
* Makefile.in: remove spaces following hyphens, bsd make can't cope. added clean-info. added standards.text support. Don't know how to make info anymore. * configure.in: commontargets is no longer a recognized hook, so remove it. new subdir called doc. Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-11-22* Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.John Gilmore1-14/+9
Clean up makefile a bit in general.
1991-11-21Add a bunch of config files to .Sanitize, add some config stuff to Makefile.inStu Grossman1-3/+2
and configure.in. Fix compilation of ../glob/tilde.o in Makefile.
1991-11-19Change SYSV to USG to match current usage in source. Add USGr4 to listFred Fish1-1/+1
of defines to check for to use <dirent.h> style directory access.
1991-11-19Forgot about vi_mode.c...Stu Grossman1-4/+4
1991-11-19New readline stuff.Stu Grossman1-5/+7
1991-11-14.Sanitize:Steve Chamberlain1-6/+4
now use the shortened names Makefile.in: make install-info work on sysV readline.texi fix @include problem
1991-11-14added all-info and install-info targetsK. Richard Pixley1-1/+5
1991-11-14build and install infoK. Richard Pixley1-8/+21
1991-11-12Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-5/+6
* Makefile.in: Use the MINUS_G no-debug convention * readline.c: (many_places) move all the declarations of rindex to only one place, to reduce the number of warnings it makes.
1991-10-01exploit the new executable config.statusK. Richard Pixley1-13/+7
1991-06-12Polishing install.K. Richard Pixley1-2/+5
1991-06-12removed foo.a from comparison target.K. Richard Pixley1-2/+2
1991-06-09Added support for binary comparisons.K. Richard Pixley1-0/+5
1991-05-22Added stage stuff.K. Richard Pixley1-7/+52
1991-03-28Initial revisionK. Richard Pixley1-0/+103