Changeset 7021
- Timestamp:
- 22/10/10 19:22:51 (19 months ago)
- Location:
- trunk/HELP_SOURCE
- Files:
-
- 2 modified
-
Makefile (modified) (2 diffs)
-
to_html.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HELP_SOURCE/Makefile
r7018 r7021 14 14 HTML_LOCATION=../lib/help_html 15 15 HLP_DEST=../lib/help 16 HELP_INDEX_NAME = aaa_help_index16 HELP_INDEX_NAME = help_index 17 17 18 18 # needed tools: … … 95 95 DTD=arb_help.dtd 96 96 97 # @@@ reactivate again: 98 $(XML) : $(XML_DEPEND) $(QUIETLY) 99 #$(XML) : $(QUIETLY) 100 101 #$(XML) : $(XML_DEPEND) Makefile $(QUIETLY) 102 97 $(XML) : $(XML_DEPEND) Makefile $(QUIETLY) 103 98 104 99 $(HELP_INDEX_XML): $(OLD_HELP_ALL) $(XML) ./generate_index.pl Makefile -
trunk/HELP_SOURCE/to_html.xsl
r7018 r7021 407 407 <xsl:with-param name="address" select="'http://rtfm.arb-home.de/'"/> 408 408 </xsl:call-template>.</NOBR><BR/> 409 See also <A href="{concat($rootpath,' aaa_help_index')}.html">index</A> of helppages.<BR/>409 See also <A href="{concat($rootpath,'help_index')}.html">index</A> of helppages.<BR/> 410 410 Last update on <xsl:value-of select="$date"/>. 411 411 </FONT>
