Mercurial > emacs
annotate nt/install.bat @ 23192:1ea9db09a678
(checkdoc-buffer-label): New function.
(checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
(checkdoc-this-string-valid-engine): Permit ? as terminating
punctuation for first line sentence breaking.
(checkdoc-this-string-valid): When converting a comment into a doc
string, make sure " chars are \".
(checkdoc-sentencespace-region-engine): Only do double space check
if based on the variable `sentence-end-double-space'
author | Eric M. Ludlam <zappo@gnu.org> |
---|---|
date | Sat, 05 Sep 1998 13:46:23 +0000 |
parents | afc59ce2842a |
children | cc0d47241404 |
rev | line source |
---|---|
15157
170295263e96
Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents:
15131
diff
changeset
|
1 @echo off |
170295263e96
Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents:
15131
diff
changeset
|
2 if (%1) == (speed) set BUILD_TYPE=spd |
170295263e96
Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents:
15131
diff
changeset
|
3 if (%1) == (speed) shift |
170295263e96
Allow for optimized build.
Geoff Voelker <voelker@cs.washington.edu>
parents:
15131
diff
changeset
|
4 if not (%1) == () set INSTALL_DIR=%1 |
15231
afc59ce2842a
Set BUILD_TYPE and INSTALL_DIR before calling make;
Richard M. Stallman <rms@gnu.org>
parents:
15157
diff
changeset
|
5 nmake -f makefile.nt install |
afc59ce2842a
Set BUILD_TYPE and INSTALL_DIR before calling make;
Richard M. Stallman <rms@gnu.org>
parents:
15157
diff
changeset
|
6 set INSTALL_DIR= |
afc59ce2842a
Set BUILD_TYPE and INSTALL_DIR before calling make;
Richard M. Stallman <rms@gnu.org>
parents:
15157
diff
changeset
|
7 set BUILD_TYPE= |