summaryrefslogtreecommitdiff
path: root/make-dist
Commit message (Collapse)AuthorAgeFilesLines
* Add etc/images/icons.Romain Francoise2005-11-221-5/+5
|
* Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low resolution images were placed in their own directory (low-color). Replaced underscore (_) in filenames with dash (-) per convention * make-dist: Create and populate etc/images/low-color. * admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list since it's gone. Also marked mh-e as done. * lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*: * lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*: * lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*: * lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*: * lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, * * lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*: * lisp/toolbar/saveas.*, lisp/toolbar/search.*: * lisp/toolbar/search-replace.*: lisp/toolbar/spell.*: * lisp/toolbar/undo.*: Moved to etc/images. * lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*. * lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*. * lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*. * lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*. * lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*. * lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*. * lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*. * lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*. * lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*. * lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*. * lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*. * lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*. * lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*. * lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*. * lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*. To conform with convention, the underscore (_) in the following image names were replaced with dash (-) or (/) as appropriate. * lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*. * lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*. * lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*. * lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*. * lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*. * lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*. * lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*. * lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*. * lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*. * lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*. * lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*. * lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*. * lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*. * lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*. * lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*. * lisp/info.el (info-tool-bar-map): Replaced underscores in image names with dashes. * lisp/makefile.w32-in (WINS): Removed toolbar. * lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in comment. * lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that lisp/toolbar is empty, it should be deleted when folks run "cvs up -P". * etc/images/README: Incorporated the content of lisp/toolbar/README now that all of the images are here.
* Create and populate etc/images/gud.Bill Wohler2005-10-151-5/+6
|
* (tempparent): Don't check for 14-char file name limit.Richard M. Stallman2005-10-091-7/+0
|
* Add etc/images/ezimage and etc/images/mailRomain Francoise2005-10-071-2/+12
| | | | directories. Install images in etc/images.
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Remove references to makefile.nt and makefile.def.Eli Zaretskii2005-05-071-7/+18
| | | | | Include widgets and images subdirectories of etc. Do not exclude ldefs-boot.el.
* Distribute all ChangeLog files in lisp/.Lute Kamstra2005-04-141-7/+10
| | | | | Don't distribute ldefs-boot.el. lisp/makefile.nt no longer exists.
* Don't use DONTCOMPILE from lisp/Makefile.in; check forLute Kamstra2005-04-131-10/+7
| | | | "no-byte-compile: t" in the file instead.
* Link leim-ext.el into tempdir.Kenichi Handa2004-06-211-0/+1
|
* Don't link index.*perm and permute-index into tempdir.Eli Zaretskii2004-02-161-2/+2
|
* (lispref): Do include lispref/index.texi.Richard M. Stallman2004-01-251-1/+1
|
* 2004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)Jason Rumney2004-01-061-1/+2
| | | | * make-dist (tempdir): Include cursors in nt/icons
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* Do not distribute lock/ directory.Pavel Janík2002-05-041-1/+1
|
* lwlib/Imakefile is removed.Pavel Janík2002-04-291-2/+1
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-1/+11
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* lwlib-Xol* are removed.Pavel Janík2002-04-251-2/+1
|
* Run autoheader if necessary.Andreas Schwab2002-04-151-1/+10
|
* Port to POSIX 1003.1-2001, which doesn't allow "head -1".Paul Eggert2002-02-191-2/+4
| | | | "sed q" is a portable equivalent to plain "head -1".
* Make version checking in emacs.texi consistent with how we set it there.Eli Zaretskii2002-01-111-1/+1
|
* Set SHELL and VPATH when running makeinfo in lispintro.Eli Zaretskii2001-12-211-2/+3
| | | | Don't copy lispref/index.texi to the staging directory.
* Fix previous change.Pavel Janík2001-12-211-1/+1
|
* Make Leim part of the standard tarball:Eli Zaretskii2001-12-211-32/+20
| | | | | | | Don't copy noleim-Makefile.in to the leim subdirectory. Link Leim files to ${tempdir}/leim, not to real-leim. Don't move Leim files out of the Emacs tree. Don't prepare a separate tarball for Leim.
* Fix comments.Pavel Janík2001-12-091-1/+1
|
* Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution.Pavel Janík2001-12-081-1/+1
|
* Do not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.transPavel Janík2001-12-021-5/+5
| | | | and others).
* Use COPYING from the top-level directory.Pavel Janík2001-11-291-2/+2
|
* Add COPYING to the top-level directory of the distribution. Simplify thePavel Janík2001-11-291-6/+2
| | | | logic behind copying.
* Copy files in the lispintro directory.Eli Zaretskii2001-11-241-1/+13
|
* (etc): Don't distribute gfdl.1.Eli Zaretskii2001-11-231-1/+2
|
* (lispref): Add *.txt, *.el, permute-index, andEli Zaretskii2001-11-171-0/+1
| | | | tindex.pl to the list of those being put into the distribution.
* Add lispref/index.*perm files to the distribution.Eli Zaretskii2001-11-121-1/+1
| | | | From Pavel Janik <Pavel@Janik.cz>.
* Add the lispref directory to the distribution.Eli Zaretskii2001-11-101-1/+12
|
* (tempdir): Copy AUTHORS as well.Eli Zaretskii2001-11-071-1/+1
|
* (nt): Link subdirs.el as well.Eli Zaretskii2001-09-011-1/+1
|
* (LANG): Set LC_ALL and LANGUAGE to C, unsetGerd Moellmann2001-05-281-0/+6
| | | | LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
* Copy texinfo.tex unconditionally.Gerd Moellmann2001-05-141-1/+1
|
* Copy only `[a-z]*.{el,elc}' from leim/quail.Gerd Moellmann2001-04-061-1/+5
| | | | Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
* Handle leim/MISC-DIC. Only includeGerd Moellmann2001-04-061-3/+5
| | | | `[a-zA-Z]*.{el,elc}' from leim/quail.
* (tempdir): Remove epaths.h from the distributionGerd Moellmann2000-12-011-3/+3
| | | | instead of paths.h.
* * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.Dave Love2000-11-201-1/+1
|
* Handle the Mac port. Distribute all makefile.w32-in.Gerd Moellmann2000-11-171-9/+37
| | | | | | Distribute more files from the nt/ subdir. Distribute PBM image files from subdirs of lisp/. Distribute old change logs from subdirs of lisp/. Distribute play/5x5.el.
* Adapt to the change of leim/Makefile which wasGerd Moellmann2000-09-261-4/+3
| | | | necessary to ensure a reasonably working `make dist'.
* Include XPM and XBM files in lisp/ and subdirsGerd Moellmann2000-09-191-0/+11
| | | | in the distribution.
* (skk): Rename to `ja-dic' because the leim directoryGerd Moellmann2000-09-181-2/+2
| | | | was renamed.
* (aclocal.m4): Include in distribution.Gerd Moellmann2000-07-271-1/+1
|
* Check DONTCOMPILE in lisp/Makefile.in instead ofGerd Moellmann2000-07-051-2/+2
| | | | | lisp/Makefile. Distribute lisp/Makefile.in instead of lisp/Makefile.