summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-03-07 15:27:25 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-03-07 15:27:25 +0000
commit7a8504feebb3032c62c8f64c1e2a5290f2c3347b (patch)
tree8758271cb39395f1d485dfda4c9d5f54de45b2a0
parent551fb737278ce903fa4c330caf06e9a4a1a3e337 (diff)
downloadclasspath-7a8504feebb3032c62c8f64c1e2a5290f2c3347b.tar.gz
Always define @gcctabopt.
2012-03-07 Andrew John Hughes <ahughes@redhat.com> * doc/cp-tools.texinfo: Move macro definition outside of if block so gcctabopt is always defined.
-rw-r--r--ChangeLog6
-rw-r--r--doc/cp-tools.texinfo12
2 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e55a0d4e..e2a7850c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-07 Andrew John Hughes <ahughes@redhat.com>
+
+ * doc/cp-tools.texinfo:
+ Move macro definition outside of if block
+ so gcctabopt is always defined.
+
2012-02-15 Andrew John Hughes <ahughes@redhat.com>
* native/jni/gstreamer-peer/gst_classpath_src.c,
diff --git a/doc/cp-tools.texinfo b/doc/cp-tools.texinfo
index 0be7f540c..ec186dee7 100644
--- a/doc/cp-tools.texinfo
+++ b/doc/cp-tools.texinfo
@@ -20,10 +20,6 @@ Permission is granted to copy and distribute translations of this manual into an
@end quotation
@end copying
-@ifinfo
-@ifnotplaintext
-@setchapternewpage on
-
@c Common macros to support generating man pages:
@macro gcctabopt{body}
@@ -35,6 +31,10 @@ Permission is granted to copy and distribute translations of this manual into an
@end smallexample
@end macro
+@ifinfo
+@ifnotplaintext
+@setchapternewpage on
+
@dircategory GNU Libraries
@direntry
* Classpath Tools: (cp-tools). GNU Classpath Tools Guide
@@ -2438,14 +2438,14 @@ with the header @samp{CVS ID}, you would specify:
Let's say that a class javadoc comment contains
@smallexample
-@@cvsid $Id: cp-tools.texinfo,v 1.8 2010-06-05 20:18:00 mark Exp $
+@@cvsid $Id: cp-tools.texinfo,v 1.9 2012-03-07 15:27:27 gnu_andrew Exp $
@end smallexample
Then the HTML output will contain something like
@smallexample
CVS ID:
- $Id: cp-tools.texinfo,v 1.8 2010-06-05 20:18:00 mark Exp $
+ $Id: cp-tools.texinfo,v 1.9 2012-03-07 15:27:27 gnu_andrew Exp $
@end smallexample
@end table