summaryrefslogtreecommitdiff
path: root/make-dist
Commit message (Collapse)AuthorAgeFilesLines
* (tempdir): Put subdir msdos into the distribution.Richard M. Stallman1994-01-061-4/+9
|
* Put man/getopt.c in the dist.Richard M. Stallman1993-12-241-1/+1
|
* When breaking links, use cp -p.Richard M. Stallman1993-11-281-2/+16
| | | | | | Copy install.sh into distribution. Move the temp dir up into the parent dir; don't leave the staging dir make-dist.tmp... in existence.
* When breaking links, use cp -p.Richard M. Stallman1993-11-251-1/+1
|
* Don't put lisp/forms.README in the distribution.Richard M. Stallman1993-11-151-1/+1
|
* Use build-ins.in, not build-install.in.Richard M. Stallman1993-11-151-4/+1
| | | | Don't bother updating TAGS since it's not included.
* When running make in lib-src, specify YACC var value.Richard M. Stallman1993-11-111-1/+1
|
* Don't try to link *.texinfo--there are none now.Richard M. Stallman1993-11-101-1/+1
|
* Remove `src/ymakefile', add `src/Makefile.in.in'.Brian Fox1993-09-281-2/+2
|
* Fixed naked backquotes in "echo" stringsBrian Fox1993-09-191-1/+1
|
* Dist vpath.sedRoland McGrath1993-09-121-1/+1
|
* Include getdate.c in distribution.Richard M. Stallman1993-08-151-1/+1
|
* (src, lisp): Include OChangeLog in dist.Richard M. Stallman1993-08-081-2/+2
|
* (src): Don't put gnu-hp300 in dist.Richard M. Stallman1993-08-081-1/+1
|
* * make-dist: Include lisp/dired.todo in the distribution.Jim Blandy1993-07-271-1/+1
|
* Include src/gnu-hp300 in the dist.Richard M. Stallman1993-07-191-2/+2
|
* * make-dist (tempdir): Don't create lisp/forms-mode directory inJim Blandy1993-07-071-1/+1
| | | | | the distribution. Those files aren't kept in their own subdirectory any more.
* * make-dist: If using gzip, create distribution with '.gz' extension.Jim Blandy1993-06-181-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 Blandy1993-06-181-1/+1
|
* * make-dist: Add clauses to distribute lisp/forms-mode.Jim Blandy1993-06-081-1/+8
|
* Don't hassle me about emacs.texi.Richard M. Stallman1993-06-011-1/+1
|
* Update getdate.c.Richard M. Stallman1993-06-011-1/+5
| | | | Copy config.guess.
* * make-dist: Rebuild configure if configure.in is newer.Jim Blandy1993-05-291-0/+7
|
* * make-dist: Make a `site-lisp' directory in the distribution,Jim Blandy1993-05-281-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 Blandy1993-05-271-0/+1
|
* Report .elc bogosities more clearly.Jim Blandy1993-05-261-1/+5
|
* * make-dist: Check for .elc files with no corresponding .el file.Jim Blandy1993-05-261-0/+5
| | | | * make-dist: Check for .elc files with no corresponding .el file.
* * make-dist: When breaking links, remove the link before movingJim Blandy1993-05-241-1/+2
| | | | the copy onto it, to avoid interactive behavior.
* * make-dist: Break intra-tree links.Jim Blandy1993-05-231-0/+7
|
* Remove duplicate cp command from `man' section.Jim Blandy1993-05-231-1/+0
|
* * make-dist: There aren't any *.com files in lib-src anymore.Jim Blandy1993-05-231-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 ofJim Blandy1993-05-221-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, orJim Blandy1993-05-201-1/+1
| | | | link.com from ./src; they're in ./vms now.
* * make-dist: Distribute some VMS files we got from Richard Levitte.Jim Blandy1993-05-181-1/+1
|
* Don't distribute oldXMenu/Makefile.Jim Blandy1993-05-161-1/+1
|
* * make-dist: Include any *.in files in oldXMenu in the distribution.Jim Blandy1993-05-161-1/+1
|
* Make links in info subdir.Richard M. Stallman1993-05-151-8/+8
|
* Typo in last change.Richard M. Stallman1993-05-061-0/+1
|
* Don't include calc directory.Richard M. Stallman1993-05-061-11/+14
| | | | Exclude many files in the man directory; copy a few.
* * make-dist: Distribute configure, as well as configure.in.Jim Blandy1993-05-031-1/+1
| | | | | | Oversight. * make-dist: Distribute configure.in, instead of configure.
* * make-dist: Distribute lib-src/rcs-checkin.Jim Blandy1993-04-101-1/+1
|
* * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.Jim Blandy1993-04-081-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 Blandy1993-03-251-1/+1
|
* * make-dist: Include the VMS support files in oldXMenu in theJim Blandy1993-03-251-1/+2
| | | | distribution.
* Fix a nasty bug --- the cleanup production was nuking the generatedEric S. Raymond1993-03-221-1/+1
| | | | tar file!
* Don't distribute etc/Old files.Eric S. Raymond1993-03-221-0/+1
|
* * make-dist: Fix typo.Jim Blandy1993-03-201-2/+1
|
* Corrected typo, fixed it to discard = and TAGS files in some cases where itEric S. Raymond1993-03-191-14/+20
| | | | should but didn't seen to.
* Add a --compress option to force make-dist to use compress.Jim Blandy1993-03-181-12/+19
|
* * make-dist: Use gzip, if we can find it.Jim Blandy1993-03-181-1/+15
|