Author: mkoch Date: 2008-02-16 13:10:21 +0000 (Sat, 16 Feb 2008) New Revision: 5724
Added: trunk/gjdoc/debian/patches/30_manpage.patch Modified: trunk/gjdoc/debian/changelog Log: * Fixed hyphen issues in upstream manpage. Modified: trunk/gjdoc/debian/changelog =================================================================== --- trunk/gjdoc/debian/changelog 2008-02-16 12:57:57 UTC (rev 5723) +++ trunk/gjdoc/debian/changelog 2008-02-16 13:10:21 UTC (rev 5724) @@ -2,6 +2,7 @@ * Fixed debian/copyright. * Removed debian/manpages/gjdoc.1. Not needed anymore. + * Fixed hyphen issues in upstream manpage. * Removed debian/patches/02classpath_copyright.dpatch. Obsolete. * Removed debian/patches/03dtd.dpatch. Obsolete. * Removed debian/patches/06_no1.4classpath.dpatch. Obsolete. Added: trunk/gjdoc/debian/patches/30_manpage.patch =================================================================== --- trunk/gjdoc/debian/patches/30_manpage.patch (rev 0) +++ trunk/gjdoc/debian/patches/30_manpage.patch 2008-02-16 13:10:21 UTC (rev 5724) @@ -0,0 +1,44 @@ +--- docs/gjdoc.1.orig 2008-02-16 13:59:51.000000000 +0100 ++++ docs/gjdoc.1 2008-02-16 14:03:50.000000000 +0100 +@@ -170,7 +170,7 @@ + usage is: + .PP + .Vb 1 +-\& gjdoc -s src/java/ -all -d api-docs/ ++\& gjdoc \-s src/java/ \-all \-d api-docs/ + .Ve + .PP + Here, \fBsrc/java/\fR is the root of your source code class +@@ -324,7 +324,7 @@ + example, to add hyperlinks to \s-1GNU\s0 Classpath, specify the following: + .Sp + .Vb 1 +-\& -link http://developer.classpath.org/doc/ ++\& \-link http://developer.classpath.org/doc/ + .Ve + .Sp + The \fB\-link\fR option can be specified multiple times. +@@ -603,7 +603,7 @@ + with the header \fB\s-1CVS\s0 \s-1ID\s0\fR, you would specify: + .Sp + .Vb 1 +-\& -tag cvsid:tpo:"CVS ID" ++\& \-tag cvsid:tpo:"CVS ID" + .Ve + .Sp + Let's say that a class javadoc comment contains +@@ -728,10 +728,10 @@ + \&\s-1FIXME:\s0 Information about group nesting here. + .Sp + .Vb 5 +-\& gjdoc -group "Core Classes" 'java*' \e +-\& -group "Swing" 'javax.swing*' \e +-\& -group "XML APIs" 'javax.xml*' \e +-\& -group "Other Extensions" javax* \e ++\& gjdoc \-group "Core Classes" 'java*' \e ++\& \-group "Swing" 'javax.swing*' \e ++\& \-group "XML APIs" 'javax.xml*' \e ++\& \-group "Other Extensions" javax* \e + \& ... + .Ve + .IP "\fB\-overview\fR \fIfile\fR" 4 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

