aboutsummaryrefslogtreecommitdiffstats
path: root/msdos/mainmake.v2
Commit message (Collapse)AuthorAgeFilesLines
* (mostlyclean, distclean, maintainer-clean)Eli Zaretskii2004-11-081-12/+87
| | | | | | | | | | (extraclean, bootfast): New targets. (top_distclean): New macro, used by distclean, maintainer-clean, and extraclean. (.PHONY): Add bootfast. (bootstrap): Make bootstrap-after in lisp. (bootstrap-clean-before): Clean in man, lispref, and lispintro as well.
* (man lispref lispintro): Specify an explicit target `info',Eli Zaretskii2003-09-221-1/+1
| | | | like Makefile.in does.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (bootstrap-lisp): Pass an absolute file name as value of ${lisp}.Eli Zaretskii2002-03-201-1/+1
|
* (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)Eli Zaretskii2002-03-201-7/+7
| | | | | (bootstrap-clean-before, bootstrap-clean-after): Return to the top-level directory after sub-make.
* (maybe_bootstrap): Fix last change.Eli Zaretskii2002-03-091-2/+2
|
* (maybe_bootstrap): Fix the command that fails Make.Eli Zaretskii2002-03-091-1/+1
|
* Update copyright years.Eli Zaretskii2002-03-091-1/+2
|
* (all): Depend on maybe_bootstrap.Eli Zaretskii2002-03-091-1/+1
|
* (maybe_bootstrap, bootstrap, bootstrap-lisp-1)Eli Zaretskii2002-03-091-0/+28
| | | | | (bootstrap-lisp, bootstrap-src, bootstrap-clean-before) (bootstrap-clean-after): New targets.
* (lispintro): New target.Eli Zaretskii2001-11-241-2/+2
| | | | (all): Add lispintro.
* (all): Add lispref.Eli Zaretskii2001-11-101-3/+3
| | | | (man lispref): Add lispref.
* (install): Create site-lisp/subdirs.el if it is not already there.Eli Zaretskii2001-07-201-0/+6
|
* Add copyright notice.Eli Zaretskii2001-02-201-1/+20
|
* (TAGS): Don't use [a-zA-Z]*, as it causes wildcardEli Zaretskii2000-08-221-1/+3
| | | | | expansion to become case-sensitive and return all file names in upper case on plain DOS.
* (src): Put gdb.tmp after -a, since -a requires an argument.Eli Zaretskii2000-08-051-4/+4
|
* (src): Make the rule faster by using a single djechoEli Zaretskii2000-07-311-13/+10
| | | | | command instead of multiple redir invocations. (install): Speed up by using a command.com's for loop.
* (install): Install ebrowse.exe.Eli Zaretskii2000-05-011-0/+1
|
* (SHELL, MAKESHELL): Don't use /dos/command, it canEli Zaretskii1999-07-011-2/+9
| | | | invoke an incompatible version of COMAMND.COM.
* (install): Use update instead of sed to install fns.el.Eli Zaretskii1999-01-141-1/+1
|
* (install): Install fns.el in ../bin, since EmacsEli Zaretskii1999-01-111-0/+1
| | | | looks for it in exec-directory.
* (src): Build files in leim if leim/Makefile exists.Eli Zaretskii1999-01-071-0/+4
| | | | (clean): Add clean in leim.
* (SHELL, MAKESHELL): Don't use `override'.Eli Zaretskii1998-11-081-2/+2
|
* Forcibly set SHELL and MAKESHELL to force Make to useEli Zaretskii1998-10-201-0/+6
| | | | COMMAND.COM as the shell.
* (TAGS): Fix file name wildcards in lisp directory.Eli Zaretskii1998-05-041-1/+1
|
* Replace topdir with top_srcdir.Eli Zaretskii1998-04-131-2/+2
|
* Determine emacs-version from lisp/version.el. Pass it toEli Zaretskii1998-04-121-4/+7
| | | | sub-Make's.
* (man): New target to build the manual.Eli Zaretskii1997-11-201-2/+7
| | | | | (all): Add the man dependency. (install): Change bin\\nul to bin\nul.
* (TAGS, tags): Include new lisp subdirectories.Richard M. Stallman1997-07-131-1/+1
|
* (TAGS): Make sure bin/etags.exe is current. MakeRichard M. Stallman1996-07-241-1/+4
| | | | the rules always generate TAGS.
* (src): Create a file with sed commands instead of usingRichard M. Stallman1996-04-151-13/+10
| | | | | | a long sed command line (some versions of Sed don't handle that). (gdb): Merged back into src, undoing April 13 change. (install): Do use if statements, but not a loop.
* entered into RCSRichard M. Stallman1996-04-131-1/+1
|
* *** empty log message ***Richard M. Stallman1996-04-121-2/+9
|
* Initial revisionRichard M. Stallman1996-04-111-0/+91