Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * make-dist: If using gzip, create distribution with '.gz' extension. | Jim Blandy | 1993-06-18 | 1 | -8/+2 |
| | | | | | * make-dist (lisp/term): This doesn't have a ChangeLog anymore. (lisp/forms-mode): This doesn't exist anymore. | ||||
* | * make-dist (lisp/term): This doesn't have a ChangeLog anymore. | Jim Blandy | 1993-06-18 | 1 | -1/+1 |
| | |||||
* | * make-dist: Add clauses to distribute lisp/forms-mode. | Jim Blandy | 1993-06-08 | 1 | -1/+8 |
| | |||||
* | Don't hassle me about emacs.texi. | Richard M. Stallman | 1993-06-01 | 1 | -1/+1 |
| | |||||
* | Update getdate.c. | Richard M. Stallman | 1993-06-01 | 1 | -1/+5 |
| | | | | Copy config.guess. | ||||
* | * make-dist: Rebuild configure if configure.in is newer. | Jim Blandy | 1993-05-29 | 1 | -0/+7 |
| | |||||
* | * make-dist: Make a `site-lisp' directory in the distribution, | Jim Blandy | 1993-05-28 | 1 | -1/+1 |
| | | | | | | | instead of a `local-lisp' directory, which hasn't been the appropriate name for a long time. * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory from the distribution first, then /usr/local/lib/emacs/site-lisp. | ||||
* | Don't forget to remove temporary files. | Jim Blandy | 1993-05-27 | 1 | -0/+1 |
| | |||||
* | Report .elc bogosities more clearly. | Jim Blandy | 1993-05-26 | 1 | -1/+5 |
| | |||||
* | * make-dist: Check for .elc files with no corresponding .el file. | Jim Blandy | 1993-05-26 | 1 | -0/+5 |
| | | | | * make-dist: Check for .elc files with no corresponding .el file. | ||||
* | * make-dist: When breaking links, remove the link before moving | Jim Blandy | 1993-05-24 | 1 | -1/+2 |
| | | | | the copy onto it, to avoid interactive behavior. | ||||
* | * make-dist: Break intra-tree links. | Jim Blandy | 1993-05-23 | 1 | -0/+7 |
| | |||||
* | Remove duplicate cp command from `man' section. | Jim Blandy | 1993-05-23 | 1 | -1/+0 |
| | |||||
* | * make-dist: There aren't any *.com files in lib-src anymore. | Jim Blandy | 1993-05-23 | 1 | -3/+3 |
| | | | | | * make-dist: Copy texinfo.tex and texindex.c, rather than linking them; they're symlinks to other filesystems on the GNU machines. | ||||
* | * make-dist: Check that the manual reflects the same version of | Jim Blandy | 1993-05-22 | 1 | -0/+16 |
| | | | | | Emacs as stated in lisp/version.el. Edit that version number into the README file. | ||||
* | * make-dist: Don't distribute precomp.com, compile.com, or | Jim Blandy | 1993-05-20 | 1 | -1/+1 |
| | | | | link.com from ./src; they're in ./vms now. | ||||
* | * make-dist: Distribute some VMS files we got from Richard Levitte. | Jim Blandy | 1993-05-18 | 1 | -1/+1 |
| | |||||
* | Don't distribute oldXMenu/Makefile. | Jim Blandy | 1993-05-16 | 1 | -1/+1 |
| | |||||
* | * make-dist: Include any *.in files in oldXMenu in the distribution. | Jim Blandy | 1993-05-16 | 1 | -1/+1 |
| | |||||
* | Make links in info subdir. | Richard M. Stallman | 1993-05-15 | 1 | -8/+8 |
| | |||||
* | Typo in last change. | Richard M. Stallman | 1993-05-06 | 1 | -0/+1 |
| | |||||
* | Don't include calc directory. | Richard M. Stallman | 1993-05-06 | 1 | -11/+14 |
| | | | | Exclude many files in the man directory; copy a few. | ||||
* | * make-dist: Distribute configure, as well as configure.in. | Jim Blandy | 1993-05-03 | 1 | -1/+1 |
| | | | | | | Oversight. * make-dist: Distribute configure.in, instead of configure. | ||||
* | * make-dist: Distribute lib-src/rcs-checkin. | Jim Blandy | 1993-04-10 | 1 | -1/+1 |
| | |||||
* | * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms. | Jim Blandy | 1993-04-08 | 1 | -10/+14 |
| | | | | | | | | Don't try to make links to the RCS or Old subdirectories. Use the appropriate extension for the compression type in use. Create the tar file in the shell's initial default directory, not in ${tempparent}. Erase the whole ${tempparent} tree, not just ${tempdir}. | ||||
* | * make-dist: Distribute lisp/term/ChangeLog. | Jim Blandy | 1993-03-25 | 1 | -1/+1 |
| | |||||
* | * make-dist: Include the VMS support files in oldXMenu in the | Jim Blandy | 1993-03-25 | 1 | -1/+2 |
| | | | | distribution. | ||||
* | Fix a nasty bug --- the cleanup production was nuking the generated | Eric S. Raymond | 1993-03-22 | 1 | -1/+1 |
| | | | | tar file! | ||||
* | Don't distribute etc/Old files. | Eric S. Raymond | 1993-03-22 | 1 | -0/+1 |
| | |||||
* | * make-dist: Fix typo. | Jim Blandy | 1993-03-20 | 1 | -2/+1 |
| | |||||
* | Corrected typo, fixed it to discard = and TAGS files in some cases where it | Eric S. Raymond | 1993-03-19 | 1 | -14/+20 |
| | | | | should but didn't seen to. | ||||
* | Add a --compress option to force make-dist to use compress. | Jim Blandy | 1993-03-18 | 1 | -12/+19 |
| | |||||
* | * make-dist: Use gzip, if we can find it. | Jim Blandy | 1993-03-18 | 1 | -1/+15 |
| | |||||
* | * make-dist: Distribute `src/bitmaps' too. | Jim Blandy | 1993-03-15 | 1 | -1/+5 |
| | |||||
* | * make-dist: Don't try to copy the COPYING notice into | Jim Blandy | 1993-03-02 | 1 | -1/+3 |
| | | | | external-lisp; we're not distributing that directory any more. | ||||
* | Fix the fix. | Jim Blandy | 1993-02-23 | 1 | -1/+1 |
| | |||||
* | * make-dist: Only copy gmalloc.c if we couldn't link it. | Jim Blandy | 1993-02-23 | 1 | -2/+4 |
| | | | | Don't try to copy man/{README,Makefile} unless they actually exist. | ||||
* | * make-dist: Don't distribute the external-lisp directory anymore. | Jim Blandy | 1993-02-22 | 1 | -7/+9 |
| | | | | * INSTALL: Remove all references to external-lisp. | ||||
* | * make-dist: Don't distributed the RCS files in the etc directory. | Jim Blandy | 1993-01-26 | 1 | -5/+1 |
| | |||||
* | The shell comment char is #, not ;. | Jim Blandy | 1993-01-14 | 1 | -8/+8 |
| | |||||
* | Remove info from the distribution. It looks very out of date now. | Jim Blandy | 1993-01-14 | 1 | -8/+8 |
| | |||||
* | * make-dist: Include `./lisp/calc-2.02' in the distribution. | Jim Blandy | 1993-01-14 | 1 | -20/+29 |
| | | | | Add `./cpp', `./info', and `./man' back into the distribution. | ||||
* | * make-dist: Remember that the authoritative COPYING notice is | Jim Blandy | 1993-01-14 | 1 | -1/+1 |
| | | | | `etc/COPYING', not `../etc/COPYING'. | ||||
* | * make-dist: Make sure that the COPYING notices in each directory | Jim Blandy | 1992-12-24 | 1 | -2/+4 |
| | | | | are copies, not symlinks. | ||||
* | * make-dist: Don't bother creating an arch-lib directory; that's | Jim Blandy | 1992-12-12 | 1 | -2/+2 |
| | | | | only for installation now. | ||||
* | Finish previous change. | Jim Blandy | 1992-11-24 | 1 | -6/+0 |
| | |||||
* | * make-dist: Explain what's going on if config.sub and gmalloc.c | Jim Blandy | 1992-11-20 | 1 | -75/+71 |
| | | | | | can't be linked. Place the code which copies them near the code which links the rest of the files around them. | ||||
* | * make-dist: Don't bother to distribute src/*.com, or | Jim Blandy | 1992-11-16 | 1 | -1/+1 |
| | | | | src/vmsbuild; those have all been moved to `../vms'. | ||||
* | Sat Nov 7 15:11:39 1992 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | Jim Blandy | 1992-11-10 | 1 | -11/+0 |
| | | | | | | | | * make-dist: Don't forget that the way to avoid filenames starting with `=' is to use the pattern `[a-zA-Z0-9]*.h', not `[a-zA-Z0-9].h'. Add a new section for dealing with files that we couldn't make hard links to, since we have two already, and perhaps more to come. | ||||
* | * make-dist: Don't forget that the way to avoid filenames starting | Jim Blandy | 1992-11-07 | 1 | -4/+27 |
| | | | | | | | with `=' is to use the pattern `[a-zA-Z0-9]*.h', not `[a-zA-Z0-9].h'. Add a new section for dealing with files that we couldn't make hard links to, since we have two already, and perhaps more to come. |