diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 16 | ||||
| -rwxr-xr-x | admin/make-emacs | 2 | ||||
| -rwxr-xr-x | admin/nt/makedist.bat | 8 |
3 files changed, 15 insertions, 11 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 10cec99a09b..e73eb21327c 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * make-emacs: Doc fix. | ||
| 4 | |||
| 1 | 2007-08-28 Glenn Morris <rgm@gnu.org> | 5 | 2007-08-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * admin.el: Provide self. | 7 | * admin.el: Provide self. |
| @@ -167,7 +171,7 @@ | |||
| 167 | 2005-10-17 Bill Wohler <wohler@newt.com> | 171 | 2005-10-17 Bill Wohler <wohler@newt.com> |
| 168 | 172 | ||
| 169 | * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list | 173 | * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list |
| 170 | since it's gone. Also marked mh-e as done. | 174 | since it's gone. Also marked mh-e as done. |
| 171 | 175 | ||
| 172 | 2005-10-11 Juanma Barranquero <lekktu@gmail.com> | 176 | 2005-10-11 Juanma Barranquero <lekktu@gmail.com> |
| 173 | 177 | ||
| @@ -213,11 +217,11 @@ | |||
| 213 | 217 | ||
| 214 | 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org> | 218 | 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org> |
| 215 | 219 | ||
| 216 | * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The | 220 | * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. |
| 217 | first line of every tutorial must begin with a sentence saying | 221 | The first line of every tutorial must begin with a sentence saying |
| 218 | "Emacs Tutorial" in the respective language. This should be | 222 | "Emacs Tutorial" in the respective language. This should be |
| 219 | followed by "See end for copying conditions", likewise in the | 223 | followed by "See end for copying conditions", likewise in the |
| 220 | respective language. | 224 | respective language. |
| 221 | 225 | ||
| 222 | 2005-03-29 Luc Teirlinck <teirllm@auburn.edu> | 226 | 2005-03-29 Luc Teirlinck <teirllm@auburn.edu> |
| 223 | 227 | ||
diff --git a/admin/make-emacs b/admin/make-emacs index 23b4e1c6374..94bf2092a8b 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -68,7 +68,7 @@ Build Emacs. | |||
| 68 | --help show this help | 68 | --help show this help |
| 69 | --all make clean versionclean first | 69 | --all make clean versionclean first |
| 70 | --boot make boostrap, log to boot.log | 70 | --boot make boostrap, log to boot.log |
| 71 | --enable-checking ENABLE_CHECKING=1 (implies Lisp union type) | 71 | --enable-checking ENABLE_CHECKING=1 |
| 72 | --no-warn disable warnings | 72 | --no-warn disable warnings |
| 73 | --check-marked GC_CHECK_MARKED_OBJECTS=1 | 73 | --check-marked GC_CHECK_MARKED_OBJECTS=1 |
| 74 | --optim no debug defines | 74 | --optim no debug defines |
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat index 5afef00e9b3..db9446db36e 100755 --- a/admin/nt/makedist.bat +++ b/admin/nt/makedist.bat | |||
| @@ -35,8 +35,8 @@ copy %3\README.W32 emacs-%1\README.W32 | |||
| 35 | rem Info-ZIP zip seems to be broken on Windows. | 35 | rem Info-ZIP zip seems to be broken on Windows. |
| 36 | rem It always writes to zip.zip and treats the zipfile argument as one | 36 | rem It always writes to zip.zip and treats the zipfile argument as one |
| 37 | rem of the files to go in it. | 37 | rem of the files to go in it. |
| 38 | rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS | 38 | rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/COPYING emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS |
| 39 | 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp | 39 | 7z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/COPYING emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp |
| 40 | del emacs-%1\README.W32 | 40 | del emacs-%1\README.W32 |
| 41 | if not (%4) == () goto end | 41 | if not (%4) == () goto end |
| 42 | 42 | ||
| @@ -49,8 +49,8 @@ copy %3\dump.bat emacs-%1\bin\dump.bat | |||
| 49 | rem Info-ZIP zip seems to be broken on Windows. | 49 | rem Info-ZIP zip seems to be broken on Windows. |
| 50 | rem It always writes to zip.zip and treats the zipfile argument as one | 50 | rem It always writes to zip.zip and treats the zipfile argument as one |
| 51 | rem of the files to go in it. | 51 | rem of the files to go in it. |
| 52 | rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X | 52 | rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING |
| 53 | 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X | 53 | 7z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING |
| 54 | del emacs-%1\README.W32 | 54 | del emacs-%1\README.W32 |
| 55 | if not (%4) == () goto end | 55 | if not (%4) == () goto end |
| 56 | 56 | ||