emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111328: Tweaks for www.gnu.org ht


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111328: Tweaks for www.gnu.org html versions of manuals
Date: Tue, 12 Mar 2013 00:15:15 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111328
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-03-12 00:15:15 -0700
message:
  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.
modified:
  admin/ChangeLog
  admin/admin.el
  doc/emacs/ChangeLog
  doc/emacs/emacs.texi
  doc/lispintro/ChangeLog
  doc/lispintro/emacs-lisp-intro.texi
  doc/lispref/ChangeLog
  doc/lispref/elisp.texi
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-03-11 08:09:21 +0000
+++ b/admin/ChangeLog   2013-03-12 07:15:15 +0000
@@ -1,3 +1,7 @@
+2013-03-12  Glenn Morris  <address@hidden>
+
+       * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
+
 2013-03-11  Glenn Morris  <address@hidden>
 
        * admin.el (make-manuals): Add emacs-lisp-intro and some more

=== modified file 'admin/admin.el'
--- a/admin/admin.el    2013-03-11 08:09:21 +0000
+++ b/admin/admin.el    2013-03-12 07:15:15 +0000
@@ -268,6 +268,7 @@
 HTML 4.01 Transitional, and pulls in the gnu.org stylesheet using
 the @import directive."
   (call-process "makeinfo" nil nil nil
+               "-D" "WWW_GNU_ORG"
                "-I" (expand-file-name "../emacs"
                                       (file-name-directory texi-file))
                "-I" (expand-file-name "../misc"
@@ -293,6 +294,7 @@
   (unless (file-exists-p texi-file)
     (error "Manual file %s not found" texi-file))
   (call-process "makeinfo" nil nil nil
+               "-D" "WWW_GNU_ORG"
                "-I" (expand-file-name "../emacs"
                                       (file-name-directory texi-file))
                "-I" (expand-file-name "../misc"

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-03-11 02:35:23 +0000
+++ b/doc/emacs/ChangeLog       2013-03-12 07:15:15 +0000
@@ -1,3 +1,7 @@
+2013-03-12  Glenn Morris  <address@hidden>
+
+       * emacs.texi (Top): Add some stuff specific to www.gnu.org.
+
 2013-03-11  Glenn Morris  <address@hidden>
 
        * Version 24.3 released.

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2013-02-22 17:10:58 +0000
+++ b/doc/emacs/emacs.texi      2013-03-12 07:15:15 +0000
@@ -111,10 +111,21 @@
 @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}.
 
address@hidden WWW_GNU_ORG
address@hidden
+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>.
address@hidden html
address@hidden ifset
+
 @ifinfo
 If you are reading this in Emacs, type @kbd{h} to read a basic
 introduction to the Info documentation system.

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-03-11 02:35:23 +0000
+++ b/doc/lispintro/ChangeLog   2013-03-12 07:15:15 +0000
@@ -1,3 +1,7 @@
+2013-03-12  Glenn Morris  <address@hidden>
+
+       * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
+
 2013-03-11  Glenn Morris  <address@hidden>
 
        * Version 24.3 released.

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-03-03 18:44:56 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-03-12 07:15:15 +0000
@@ -227,6 +227,14 @@
 people who are not programmers.
 @sp 1
 Edition @value{edition-number}, @value{update-date}
address@hidden WWW_GNU_ORG
address@hidden
+<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>.
address@hidden html
address@hidden ifset
 @sp 1
 Copyright @copyright{} 1990--1995, 1997, 2001--2013 Free Software
 Foundation, Inc.

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-03-11 02:35:23 +0000
+++ b/doc/lispref/ChangeLog     2013-03-12 07:15:15 +0000
@@ -1,3 +1,7 @@
+2013-03-12  Glenn Morris  <address@hidden>
+
+       * elisp.texi: Add some stuff specific to www.gnu.org.
+
 2013-03-11  Glenn Morris  <address@hidden>
 
        * Version 24.3 released.

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2013-01-03 01:53:13 +0000
+++ b/doc/lispref/elisp.texi    2013-03-12 07:15:15 +0000
@@ -97,6 +97,16 @@
 This is the @cite{GNU Emacs Lisp Reference Manual}
 @end ifnottex
 corresponding to Emacs version @value{EMACSVER}.
address@hidden WWW_GNU_ORG
address@hidden
+<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>.
address@hidden html
address@hidden ifset
 
 Copyright @copyright{} 1990--1996, 1998--2013 Free Software Foundation, Inc.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]