aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile (DONTCOMPILE): Add term/internal.elEli Zaretskii1999-11-281-1/+1
|
* (compile-files): Fixed the "tr" strings.Gerd Moellmann1999-10-251-3/+3
| | | | (EMACS): Set to ../src/emacs.
* (compile-files, backup-compiled-files): New targets.Gerd Moellmann1999-10-231-1/+23
| | | | (bootstrap, bootstrap-clean): Ditto.
* (dontcompilefiles): Obsoleted.Stefan Monnier1999-10-201-102/+40
| | | | | | | | | | | | | | (DONTCOMPILE): Added emacs-lisp/cl-specs.el. (EL): Unused. (temacs): Removed (unused). (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy version of the file (necessary for the update to work properly). (autoloads): Force the use of `pwd`/loaddefs.el. (updates); Redefined in terms of other targets to reduce redundancy. (.el.elc): New default rule, just in case you want it. (compile): Use a single invocation of Emacs. (bootstrap-compile); Unneeded. (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
* (compile): removed debugging print.Stefan Monnier1999-10-101-1/+0
|
* (compile, bootstrap-compile): don't use setwins: I'm an idiot.Stefan Monnier1999-10-101-4/+17
|
* (compile, bootstrap-compile): forgot `;' after $(setwins).Stefan Monnier1999-10-101-2/+2
|
* (setwins): generalized a little.Stefan Monnier1999-10-101-28/+12
| | | | (compile, bootstrap-compile, autoloads-with-other-emacs): use it.
* (setwins): abstract out the command to find subdirectoriesStefan Monnier1999-10-101-30/+13
| | | | | and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). (custom-deps, finder-data, autoloads, update-subdirs, updates): use it.
* (bootstrap-compile): New target. Compile LispGerd Moellmann1999-10-081-1/+36
| | | | files with ../src/temacs.
* (compile): Compile files one by one. Set load-path toGerd Moellmann1999-10-081-5/+18
| | | | current directory and subdirectories when compiling.
* (EMACSOPT, DONTCOMPILE, EL): New.Gerd Moellmann1999-10-071-7/+89
| | | | | | | | (emacs): Use it everywhere instead of EMACS. (compile): New target. Compile all Lisp files from scratch. (recompile): New target. Recompile lisp directory. (autoloads-with-other-emacs): New target. Build loaddefs.el with an Emacs executable not built in the current directory tree.
* Exclude CVS dirs like RCS.Dave Love1999-08-211-5/+5
|
* (dontcompilefiles): Add latin-[89].el.Dave Love1999-07-291-1/+1
|
* dontcompilefiles: generic-x.elDave Love1999-01-101-0/+1
|
* (TAGS-LISP): New target.Richard M. Stallman1998-05-031-3/+8
| | | | | (lisptagsfiles1, lisptagsfiles2): New variables. (TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2.
* (custom-deps, updates): Allow cus-dep to be compiled.Richard M. Stallman1998-04-241-2/+6
| | | | (custom-deps, autoloads, finder-data, updates): Print list of dirs.
* (custom-deps): Ignore =... subdirs.Richard M. Stallman1998-04-241-1/+1
|
* (updates): Add missing semicolons.Richard M. Stallman1997-08-051-2/+2
|
* (dontcompilefiles): Delete cyril-util.el.Richard M. Stallman1997-08-051-1/+1
|
* (ETAGS): New variable.Richard M. Stallman1997-07-251-1/+2
| | | | (TAGS): Use ${ETAGS}.
* (dontcompilefiles): Add cyril-util.el.Richard M. Stallman1997-07-091-1/+1
|
* (lisptagsfiles): Look at subdirs only if nameRichard M. Stallman1997-06-281-6/+6
| | | | | | | starts with a letter. (dontcompilefiles): Don't compile latin-5.el. (updates): Reject subdirs whose names start with =. (custom-deps, finder-data, autoloads, update-subdirs): Likewise.
* (dontcompilefiles): Add latin-1.el ... latin-4.el;Richard M. Stallman1997-05-251-1/+2
| | | | remove iso-syntax.el and i3-syntax.el.
* (dontcompilefiles): Add list of files that should not be byte-compiled.Richard M. Stallman1997-05-201-0/+5
|
* (update-subdirs): New target.Richard M. Stallman1997-05-121-0/+14
| | | | (updates): Do update-subdirs's job too.
* (autoloads, custom-deps, finder-data):Richard M. Stallman1997-05-121-3/+32
| | | | | Pass all "real" subdirs of lisp/ as args when rebuilding autoloads. (updates): New target, does all three of those.
* (custom-deps): Target renamed from cus-load.el.Richard M. Stallman1997-05-121-10/+3
| | | | | | | (finder-data): Target renamed from finder-inf.el (unlock, relock): Targets deleted. (lisptagsfiles): Look in all subdirs.
* (finder-inf.el, autoloads): New targets.Richard M. Stallman1997-04-111-1/+7
| | | | (cus-load.el): Minor simplification.
* Added cus-load.el target.Per Abrahamsen1997-04-111-0/+6
|
* Initial revisionPer Abrahamsen1997-04-111-0/+15