diff options
| author | Robert J. Chassell | 2006-08-21 18:47:35 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2006-08-21 18:47:35 +0000 |
| commit | 2476f3153d0ea6da997e743a0775c9b9974c4cc3 (patch) | |
| tree | 0e7090d61a8e7fdc631a1ba8dbc0cef1ea1cc552 | |
| parent | 7d30b59000ba3b9b5e22045515c4a030ca382707 (diff) | |
| download | emacs-2476f3153d0ea6da997e743a0775c9b9974c4cc3.tar.gz emacs-2476f3153d0ea6da997e743a0775c9b9974c4cc3.zip | |
* emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
and pointed towards ../man/texinfo.tex so only one file
needs updating. Added comment of what to do when building on own.
| -rw-r--r-- | lispintro/ChangeLog | 6 | ||||
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 67456b833a9..98617568720 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2006-08-21 Robert J. Chassell <bob@rattlesnake.com> | 1 | 2006-08-21 Robert J. Chassell <bob@rattlesnake.com> |
| 2 | 2 | ||
| 3 | * lispintro/texinfo.tex: changed to version 2006-02-13.16 | 3 | * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex |
| 4 | and pointed towards ../man/texinfo.tex so only one file | ||
| 5 | needs updating. Added comment of what to do when building on own. | ||
| 6 | |||
| 7 | * texinfo.tex: changed to version 2006-02-13.16 | ||
| 4 | to enable a DVI build using the more recent versions of TeX. | 8 | to enable a DVI build using the more recent versions of TeX. |
| 5 | 9 | ||
| 6 | 2006-05-25 David Kastrup <dak@gnu.org> | 10 | 2006-05-25 David Kastrup <dak@gnu.org> |
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 5d513256daf..cb04acc2062 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input ../man/texinfo @c -*-texinfo-*- |
| 2 | @c change above to \input texinfo if building on own. | ||
| 2 | @comment %**start of header | 3 | @comment %**start of header |
| 3 | @setfilename ../info/eintr | 4 | @setfilename ../info/eintr |
| 4 | @c setfilename emacs-lisp-intro.info | 5 | @c setfilename emacs-lisp-intro.info |