Author: reinhard Date: 2007-07-05 18:33:30 -0500 (Thu, 05 Jul 2007) New Revision: 9739
Modified: trunk/gnue-appserver/scripts/gnue-gcd2html Log: Minor output improvements in gcd2html. Modified: trunk/gnue-appserver/scripts/gnue-gcd2html =================================================================== --- trunk/gnue-appserver/scripts/gnue-gcd2html 2007-07-02 19:07:21 UTC (rev 9738) +++ trunk/gnue-appserver/scripts/gnue-gcd2html 2007-07-05 23:33:30 UTC (rev 9739) @@ -61,6 +61,7 @@ <xsl:element name="em"> <xsl:choose> <xsl:when test="contains(@type,'"'_'"')"> + <xsl:text>Reference to </xsl:text> <xsl:element name="a"> <xsl:attribute name="href">../<xsl:value-of select="translate(@type,'"'_'"','"'/'"')"/>.html</xsl:attribute> <xsl:value-of select="@type"/> @@ -89,7 +90,7 @@ test -n "$line" || continue if [ "$line" == "::MODULE::" ]; then read module - mkdir $module + mkdir -p $module continue fi if [ "$line" == "::CLASS::" ]; then _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue