diff options
| author | Robert J. Chassell | 2002-08-23 19:46:12 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2002-08-23 19:46:12 +0000 |
| commit | b1bd267c5e2d775bbc3374acddb66bd6f5122fc5 (patch) | |
| tree | cfe0537f3825809e97eb8311178e2d996b984f45 | |
| parent | cfee628f3ef88d424257e08e8605e4e7275905db (diff) | |
| download | emacs-b1bd267c5e2d775bbc3374acddb66bd6f5122fc5.tar.gz emacs-b1bd267c5e2d775bbc3374acddb66bd6f5122fc5.zip | |
Add version 4.2 texinfo.tex and use @copying command;
add shell commands to create DocBook and XML output formats.
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 55 |
1 files changed, 25 insertions, 30 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 82093683e85..8ea4a2ee7fe 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -21,8 +21,8 @@ | |||
| 21 | 21 | ||
| 22 | @comment %**end of header | 22 | @comment %**end of header |
| 23 | 23 | ||
| 24 | @set edition-number 2.06 | 24 | @set edition-number 2.07 |
| 25 | @set update-date 2002 Jun 6 | 25 | @set update-date 2002 Aug 23 |
| 26 | 26 | ||
| 27 | @ignore | 27 | @ignore |
| 28 | ## Summary of shell commands to create various output formats: | 28 | ## Summary of shell commands to create various output formats: |
| @@ -40,6 +40,14 @@ | |||
| 40 | makeinfo --fill-column=70 --no-split --paragraph-indent=0 \ | 40 | makeinfo --fill-column=70 --no-split --paragraph-indent=0 \ |
| 41 | --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi | 41 | --verbose --no-headers --output=emacs-lisp-intro.txt emacs-lisp-intro.texi |
| 42 | 42 | ||
| 43 | ## DocBook output | ||
| 44 | makeinfo --docbook --no-split --paragraph-indent=0 \ | ||
| 45 | --verbose emacs-lisp-intro.texi | ||
| 46 | |||
| 47 | ## XML output | ||
| 48 | makeinfo --xml --no-split --paragraph-indent=0 \ | ||
| 49 | --verbose emacs-lisp-intro.texi | ||
| 50 | |||
| 43 | @end ignore | 51 | @end ignore |
| 44 | 52 | ||
| 45 | @c ================ Included Figures ================ | 53 | @c ================ Included Figures ================ |
| @@ -216,13 +224,23 @@ | |||
| 216 | A simple introduction to Emacs Lisp programming. | 224 | A simple introduction to Emacs Lisp programming. |
| 217 | @end direntry | 225 | @end direntry |
| 218 | 226 | ||
| 219 | @ifinfo | 227 | @copying |
| 220 | This is an introduction to @cite{Programming in Emacs Lisp}, for | 228 | This is an introduction to @cite{Programming in Emacs Lisp}, for |
| 221 | people who are not programmers. | 229 | people who are not programmers. |
| 222 | 230 | ||
| 223 | Edition @value{edition-number}, @value{update-date} | 231 | Edition @value{edition-number}, @value{update-date} |
| 224 | 232 | ||
| 225 | Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc. | 233 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc. |
| 234 | @sp 2 | ||
| 235 | |||
| 236 | Published by the Free Software Foundation, Inc.@* | ||
| 237 | 59 Temple Place, Suite 330@* | ||
| 238 | Boston, MA 02111-1307 USA@* | ||
| 239 | |||
| 240 | Edition @value{edition-number}, @value{update-date} | ||
| 241 | |||
| 242 | @c Printed copies are available for $30 each.@* | ||
| 243 | ISBN 1-882114-43-4 | ||
| 226 | 244 | ||
| 227 | Permission is granted to copy, distribute and/or modify this document | 245 | Permission is granted to copy, distribute and/or modify this document |
| 228 | under the terms of the GNU Free Documentation License, Version 1.1 or | 246 | under the terms of the GNU Free Documentation License, Version 1.1 or |
| @@ -235,7 +253,7 @@ Documentation License''. | |||
| 235 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and | 253 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and |
| 236 | modify this GNU Manual, like GNU software. Copies published by the | 254 | modify this GNU Manual, like GNU software. Copies published by the |
| 237 | Free Software Foundation raise funds for GNU development.'' | 255 | Free Software Foundation raise funds for GNU development.'' |
| 238 | @end ifinfo | 256 | @end copying |
| 239 | 257 | ||
| 240 | @c half title; two lines here, so do not use `shorttitlepage' | 258 | @c half title; two lines here, so do not use `shorttitlepage' |
| 241 | @tex | 259 | @tex |
| @@ -259,29 +277,7 @@ Free Software Foundation raise funds for GNU development.'' | |||
| 259 | 277 | ||
| 260 | @page | 278 | @page |
| 261 | @vskip 0pt plus 1filll | 279 | @vskip 0pt plus 1filll |
| 262 | Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc. | 280 | @insertcopying |
| 263 | @sp 2 | ||
| 264 | |||
| 265 | Published by the Free Software Foundation, Inc.@* | ||
| 266 | 59 Temple Place, Suite 330@* | ||
| 267 | Boston, MA 02111-1307 USA@* | ||
| 268 | |||
| 269 | Edition @value{edition-number}, @value{update-date} | ||
| 270 | |||
| 271 | @c Printed copies are available for $20 each.@* | ||
| 272 | ISBN 1-882114-43-4 | ||
| 273 | |||
| 274 | Permission is granted to copy, distribute and/or modify this document | ||
| 275 | under the terms of the GNU Free Documentation License, Version 1.1 or | ||
| 276 | any later version published by the Free Software Foundation; there | ||
| 277 | being no Invariant Section, with the Front-Cover Texts being ``A GNU | ||
| 278 | Manual'', and with the Back-Cover Texts as in (a) below. A copy of | ||
| 279 | the license is included in the section entitled ``GNU Free | ||
| 280 | Documentation License''. | ||
| 281 | |||
| 282 | (a) The FSF's Back-Cover Text is: ``You have freedom to copy and | ||
| 283 | modify this GNU Manual, like GNU software. Copies published by the | ||
| 284 | Free Software Foundation raise funds for GNU development.'' | ||
| 285 | @end titlepage | 281 | @end titlepage |
| 286 | 282 | ||
| 287 | @iftex | 283 | @iftex |
| @@ -336,8 +332,7 @@ Free Software Foundation raise funds for GNU development.'' | |||
| 336 | @node Top, Preface, (dir), (dir) | 332 | @node Top, Preface, (dir), (dir) |
| 337 | @top An Introduction to Programming in Emacs Lisp | 333 | @top An Introduction to Programming in Emacs Lisp |
| 338 | 334 | ||
| 339 | This is an introduction to @cite{Programming in Emacs Lisp}, for | 335 | @insertcopying |
| 340 | people who are not programmers. | ||
| 341 | 336 | ||
| 342 | This master menu first lists each chapter and index; then it lists | 337 | This master menu first lists each chapter and index; then it lists |
| 343 | every node in every chapter. | 338 | every node in every chapter. |