[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111290: Remove time-stamp from woman
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111290: Remove time-stamp from woman.texi |
Date: |
Fri, 21 Dec 2012 15:55:07 -0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111290
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-12-21 15:55:07 -0800
message:
Remove time-stamp from woman.texi
* doc/misc/woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
Include emacsver.texi. Nuke hand-written node pointers.
* doc/misc/Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi,
woman.pdf):
Depend on emacsver.texi.
modified:
doc/misc/ChangeLog
doc/misc/Makefile.in
doc/misc/woman.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2012-12-21 19:32:43 +0000
+++ b/doc/misc/ChangeLog 2012-12-21 23:55:07 +0000
@@ -1,5 +1,10 @@
2012-12-21 Glenn Morris <address@hidden>
+ * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
+ Include emacsver.texi. Nuke hand-written node pointers.
+ * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
+ Depend on emacsver.texi.
+
* auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
* gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
May as well just include doclicense.texi in everything.
=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in 2012-12-13 04:47:14 +0000
+++ b/doc/misc/Makefile.in 2012-12-21 23:55:07 +0000
@@ -27,7 +27,6 @@
## Where the output files go.
buildinfodir = $(srcdir)/../../info
## Directory with emacsver.texi.
-## Currently only used by efaq and calc.
emacsdir = $(srcdir)/../emacs
MKDIR_P = @MKDIR_P@
@@ -685,12 +684,12 @@
$(ENVADD) $(TEXI2PDF) ${srcdir}/wisent.texi
woman : $(buildinfodir)/woman$(INFO_EXT)
-$(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi
+$(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi
$(emacsdir)/emacsver.texi
$(mkinfodir)
$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/woman.texi
-woman.dvi: ${srcdir}/woman.texi
+woman.dvi: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi
$(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
-woman.pdf: ${srcdir}/woman.texi
+woman.pdf: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi
$(ENVADD) $(TEXI2PDF) ${srcdir}/woman.texi
=== modified file 'doc/misc/woman.texi'
--- a/doc/misc/woman.texi 2012-12-21 18:36:41 +0000
+++ b/doc/misc/woman.texi 2012-12-21 23:55:07 +0000
@@ -2,11 +2,7 @@
@c %**start of header
@setfilename ../../info/woman
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
address@hidden FIXME
address@hidden Manual last updated:
address@hidden UPDATED Time-stamp: <Fri 21-Dec-2012 10:15:12 gm on skiddaw>
address@hidden Software version:
address@hidden VERSION 0.54 (beta)
address@hidden emacsver.texi
@afourpaper
@c With different size paper the printed page breaks will need attention!
@c Look for @page and @need commands.
@@ -43,7 +39,7 @@
@titlepage
@title WoMan
@subtitle Browse Unix Manual Pages ``W.O. (without) Man''
address@hidden Software Version @value{VERSION}
address@hidden as distributed with Emacs @value{EMACSVER}
@author Francis J. Wright
@sp 2
@author School of Mathematical Sciences
@@ -53,8 +49,6 @@
@author @email{F.J.Wright@@qmul.ac.uk}
@author @uref{http://centaur.maths.qmw.ac.uk/}
@c He no longer maintains this manual.
address@hidden 2
address@hidden Manual Last Updated @value{UPDATED}
@comment The following two commands start the copyright page.
@page
@@ -67,13 +61,12 @@
@c ===================================================================
@ifnottex
address@hidden Top, Introduction, (dir), (dir)
address@hidden Top
@comment node-name, next, previous, up
@top WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
@display
-Software Version @value{VERSION}
-Manual Last Updated @value{UPDATED}
+As distributed with Emacs @value{EMACSVER}.
@email{F.J.Wright@@qmw.ac.uk, Francis J. Wright}
@uref{http://centaur.maths.qmw.ac.uk/, School of Mathematical Sciences}
@@ -103,7 +96,7 @@
@c ===================================================================
address@hidden Introduction, Background, Top, Top
address@hidden Introduction
@comment node-name, next, previous, up
@chapter Introduction
@cindex introduction
@@ -165,7 +158,7 @@
@c ===================================================================
address@hidden Background, Finding, Introduction, Top
address@hidden Background
@comment node-name, next, previous, up
@chapter Background
@cindex background
@@ -295,7 +288,7 @@
emulation of @code{troff} as GNU Emacs moves to providing bit-mapped
display facilities.
address@hidden Finding, Browsing, Background, Top
address@hidden Finding
@comment node-name, next, previous, up
@chapter Finding and Formatting Man Pages
@cindex using, finding man pages
@@ -352,7 +345,7 @@
* Automatic:: Automatic Interface
@end menu
address@hidden Topic, Filename, Finding, Finding
address@hidden Topic
@comment node-name, next, previous, up
@section Topic Interface
@cindex topic interface
@@ -434,7 +427,7 @@
* Word at point:: Using the "Word at Point" as a Topic Suggestion
@end menu
address@hidden Cache, Word at point, Topic, Topic
address@hidden Cache
@comment node-name, next, previous, up
@subsection The WoMan Topic Cache
@cindex topic cache
@@ -469,7 +462,7 @@
time it is run in a new Emacs session.
address@hidden Word at point, , Cache, Topic
address@hidden Word at point
@comment node-name, next, previous, up
@subsection Using the "Word at Point" as a Topic Suggestion
@cindex word at point
@@ -496,7 +489,7 @@
@end lisp
address@hidden Filename, Automatic, Topic, Finding
address@hidden Filename
@comment node-name, next, previous, up
@section Filename Interface
@cindex filename interface
@@ -546,7 +539,7 @@
primarily used internally by WoMan.
address@hidden Automatic, , Filename, Finding
address@hidden Automatic
@comment node-name, next, previous, up
@section Automatic Interface
@cindex automatic interface
@@ -584,7 +577,7 @@
@c ===================================================================
address@hidden Browsing, Customization, Finding, Top
address@hidden Browsing
@comment node-name, next, previous, up
@chapter Browsing Man Pages
@cindex using, browsing man pages
@@ -615,7 +608,7 @@
* Imenu:: Imenu Support; Contents Menu
@end menu
address@hidden Fonts, Navigation, Browsing, Browsing
address@hidden Fonts
@comment node-name, next, previous, up
@section Fonts and Faces
@cindex fonts
@@ -631,7 +624,7 @@
sub-scripts, which are not displayed well by WoMan.
address@hidden Navigation, References, Fonts, Browsing
address@hidden Navigation
@comment node-name, next, previous, up
@section Navigation
@cindex navigation
@@ -677,7 +670,7 @@
@end table
address@hidden References, Changing, Navigation, Browsing
address@hidden References
@comment node-name, next, previous, up
@section Following References
@cindex following references
@@ -721,7 +714,7 @@
@end table
address@hidden Changing, Convenience, References, Browsing
address@hidden Changing
@comment node-name, next, previous, up
@section Changing the Current Man Page
@cindex changing current man page
@@ -789,7 +782,7 @@
@end table
address@hidden Convenience, Imenu, Changing, Browsing
address@hidden Convenience
@comment node-name, next, previous, up
@section Convenience Key Bindings
@cindex convenience key bindings
@@ -831,7 +824,7 @@
@end table
address@hidden Imenu, , Convenience, Browsing
address@hidden Imenu
@comment node-name, next, previous, up
@section Imenu Support; Contents Menu
@cindex imenu support
@@ -852,7 +845,7 @@
@c ===================================================================
address@hidden Customization, Log, Browsing, Top
address@hidden Customization
@comment node-name, next, previous, up
@chapter Customization
@cindex customization
@@ -910,7 +903,7 @@
* Special symbols::
@end menu
address@hidden Interface Options, Formatting Options, Customization,
Customization
address@hidden Interface Options
@comment node-name, next, previous, up
@section Interface Options
@cindex interface options
@@ -1137,7 +1130,7 @@
@end vtable
address@hidden Formatting Options, Faces, Interface Options, Customization
address@hidden Formatting Options
@comment node-name, next, previous, up
@section Formatting Options
@cindex formatting options
@@ -1181,7 +1174,7 @@
@end vtable
address@hidden Faces, Special symbols, Formatting Options, Customization
address@hidden Faces
@comment node-name, next, previous, up
@section Faces
@cindex faces
@@ -1217,7 +1210,7 @@
@end vtable
address@hidden Special symbols, , Faces, Customization
address@hidden Special symbols
@comment node-name, next, previous, up
@section Special symbols
@cindex special symbols
@@ -1255,7 +1248,7 @@
@c ===================================================================
address@hidden Log, Technical, Customization, Top
address@hidden Log
@comment node-name, next, previous, up
@chapter The *WoMan-Log* Buffer
@cindex log buffer
@@ -1280,7 +1273,7 @@
@c ===================================================================
address@hidden Technical, Bugs, Log, Top
address@hidden Technical
@comment node-name, next, previous, up
@chapter Technical Details
@cindex technical details
@@ -1305,7 +1298,7 @@
@c ===================================================================
address@hidden Bugs, Acknowledgments, Technical, Top
address@hidden Bugs
@comment node-name, next, previous, up
@chapter Reporting Bugs
@cindex reporting bugs
@@ -1330,7 +1323,7 @@
@c ===================================================================
address@hidden Acknowledgments, GNU Free Documentation License, Bugs, Top
address@hidden Acknowledgments
@comment node-name, next, previous, up
@chapter Acknowledgments
@cindex acknowledgments
@@ -1387,17 +1380,17 @@
@page
address@hidden GNU Free Documentation License, Command Index, Acknowledgments,
Top
address@hidden GNU Free Documentation License
@appendix GNU Free Documentation License
@include doclicense.texi
address@hidden Command Index, Variable Index, GNU Free Documentation License,
Top
address@hidden Command Index
@comment node-name, next, previous, up
@unnumbered Command Index
@printindex fn
address@hidden Variable Index, Keystroke Index, Command Index, Top
address@hidden Variable Index
@comment node-name, next, previous, up
@unnumbered Variable Index
@@ -1409,7 +1402,7 @@
@page
address@hidden Keystroke Index, Concept Index, Variable Index, Top
address@hidden Keystroke Index
@comment node-name, next, previous, up
@unnumbered Keystroke Index
@@ -1421,7 +1414,7 @@
@page
address@hidden Concept Index, , Keystroke Index, Top
address@hidden Concept Index
@comment node-name, next, previous, up
@unnumbered Concept Index
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111290: Remove time-stamp from woman.texi,
Glenn Morris <=