aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert J. Chassell2002-08-23 19:46:12 +0000
committerRobert J. Chassell2002-08-23 19:46:12 +0000
commitb1bd267c5e2d775bbc3374acddb66bd6f5122fc5 (patch)
treecfe0537f3825809e97eb8311178e2d996b984f45
parentcfee628f3ef88d424257e08e8605e4e7275905db (diff)
downloademacs-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.texi55
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
220This is an introduction to @cite{Programming in Emacs Lisp}, for 228This is an introduction to @cite{Programming in Emacs Lisp}, for
221people who are not programmers. 229people who are not programmers.
222 230
223Edition @value{edition-number}, @value{update-date} 231Edition @value{edition-number}, @value{update-date}
224 232
225Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc. 233Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc.
234@sp 2
235
236Published by the Free Software Foundation, Inc.@*
23759 Temple Place, Suite 330@*
238Boston, MA 02111-1307 USA@*
239
240Edition @value{edition-number}, @value{update-date}
241
242@c Printed copies are available for $30 each.@*
243ISBN 1-882114-43-4
226 244
227Permission is granted to copy, distribute and/or modify this document 245Permission is granted to copy, distribute and/or modify this document
228under the terms of the GNU Free Documentation License, Version 1.1 or 246under 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
236modify this GNU Manual, like GNU software. Copies published by the 254modify this GNU Manual, like GNU software. Copies published by the
237Free Software Foundation raise funds for GNU development.'' 255Free 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
262Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc. 280@insertcopying
263@sp 2
264
265Published by the Free Software Foundation, Inc.@*
26659 Temple Place, Suite 330@*
267Boston, MA 02111-1307 USA@*
268
269Edition @value{edition-number}, @value{update-date}
270
271@c Printed copies are available for $20 each.@*
272ISBN 1-882114-43-4
273
274Permission is granted to copy, distribute and/or modify this document
275under the terms of the GNU Free Documentation License, Version 1.1 or
276any later version published by the Free Software Foundation; there
277being no Invariant Section, with the Front-Cover Texts being ``A GNU
278Manual'', and with the Back-Cover Texts as in (a) below. A copy of
279the license is included in the section entitled ``GNU Free
280Documentation License''.
281
282(a) The FSF's Back-Cover Text is: ``You have freedom to copy and
283modify this GNU Manual, like GNU software. Copies published by the
284Free 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
339This is an introduction to @cite{Programming in Emacs Lisp}, for 335@insertcopying
340people who are not programmers.
341 336
342This master menu first lists each chapter and index; then it lists 337This master menu first lists each chapter and index; then it lists
343every node in every chapter. 338every node in every chapter.