diff options
author | Glenn Morris <rgm@gnu.org> | 2013-03-12 00:15:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-03-12 00:15:15 -0700 |
commit | c07659054603ef1d7ce4eaeb5b79b50131abf265 (patch) | |
tree | 6493dc5e0851d752437ae5a10132ff3a82a77e46 /doc | |
parent | c69f46735f5bde557071785117eb0759829dc19c (diff) | |
download | emacs-c07659054603ef1d7ce4eaeb5b79b50131abf265.tar.gz |
Tweaks for www.gnu.org html versions of manuals
* admin/admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
* doc/emacs/emacs.texi (Top): Add some stuff specific to www.gnu.org.
* doc/lispintro/emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
* doc/lispref/elisp.texi: Add some stuff specific to www.gnu.org.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/emacs.texi | 13 | ||||
-rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 8 | ||||
-rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispref/elisp.texi | 10 |
6 files changed, 42 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 330bcfaaaee..e4c36533caf 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-03-12 Glenn Morris <rgm@gnu.org> + + * emacs.texi (Top): Add some stuff specific to www.gnu.org. + 2013-03-11 Glenn Morris <rgm@gnu.org> * Version 24.3 released. diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index bda7c0821c0..972304ac575 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -111,10 +111,21 @@ Cover art by Etienne Suvasa; cover design by Matt Lee. @top The Emacs Editor Emacs is the extensible, customizable, self-documenting real-time -display editor. This Info file describes how to edit with Emacs and +display editor. This manual describes how to edit with Emacs and some of the ways to customize it; it corresponds to GNU Emacs version @value{EMACSVER}. +@ifset WWW_GNU_ORG +@html +The homepage for GNU Emacs is at +<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> +To view this manual in other formats, click +<a href="/software/emacs/manual/emacs.html">here</a>.<br> +You can also purchase a printed copy from the +<a href="http://shop.fsf.org/product/emacs-manual/">FSF store</a>. +@end html +@end ifset + @ifinfo If you are reading this in Emacs, type @kbd{h} to read a basic introduction to the Info documentation system. diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 6a3cffac520..4dd7c0e00a5 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2013-03-12 Glenn Morris <rgm@gnu.org> + + * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org. + 2013-03-11 Glenn Morris <rgm@gnu.org> * Version 24.3 released. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 055ed557825..13e12b52785 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -227,6 +227,14 @@ This is an @cite{Introduction to Programming in Emacs Lisp}, for people who are not programmers. @sp 1 Edition @value{edition-number}, @value{update-date} +@ifset WWW_GNU_ORG +@html +<p>The homepage for GNU Emacs is at +<a href="http://www.gnu.org/software/emacs/">http://www.gnu.org/software/emacs/</a>. +<br>To view this manual in other formats, click +<a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">here</a>. +@end html +@end ifset @sp 1 Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software Foundation, Inc. diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7b1e9f6a9ad..36dd05b125a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-03-12 Glenn Morris <rgm@gnu.org> + + * elisp.texi: Add some stuff specific to www.gnu.org. + 2013-03-11 Glenn Morris <rgm@gnu.org> * Version 24.3 released. diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 5ad9e8212a5..9acbf85534e 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -97,6 +97,16 @@ This is edition @value{VERSION} of the @cite{GNU Emacs Lisp Reference Manual},@* This is the @cite{GNU Emacs Lisp Reference Manual} @end ifnottex corresponding to Emacs version @value{EMACSVER}. +@ifset WWW_GNU_ORG +@html +<p>The homepage for GNU Emacs is at +<a href="/software/emacs/">http://www.gnu.org/software/emacs/</a>.<br> +For information on using Emacs, refer to +the <a href="/software/emacs/manual/html_node/emacs/index.html">Emacs +Manual</a>.<br> To view this manual in other formats, +click <a href="/software/emacs/manual/elisp.html">here</a>. +@end html +@end ifset Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc. |