Changeset 99516 in vbox
- Timestamp:
- Apr 22, 2023 10:29:41 AM (20 months ago)
- Location:
- trunk/doc/manual
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r99514 r99516 770 770 $$(VBOX_PATH_MANUAL_SRC)/docbook-changelog-to-manual-dita.sh \ 771 771 $$(VBOX_PATH_MANUAL_SRC)/docbook-changelog-to-manual-dita.xsl \ 772 $$(VBOX_XML_CATALOG) \773 $$(VBOX_XML_CATALOG_DOCBOOK) \774 $$(VBOX_XML_CATALOG_MANUAL) \772 $$(VBOX_XML_CATALOG) \ 773 $$(VBOX_XML_CATALOG_DOCBOOK) \ 774 $$(VBOX_XML_CATALOG_MANUAL) \ 775 775 | $$$$(dir $$$$@) 776 776 $$(call MSG_TOOL,xsltproc docbook-changelog-to-manual-dita.xsl,,,$$@) -
trunk/doc/manual/ditamap-to-single-xml.xsl
r99515 r99516 47 47 <!-- topicref -> topicwrap; but not man_xxxx (need converting) and glossentry-xxxx (not topics) references --> 48 48 <xsl:template match="topicref"> 49 <xsl:if test="not(contains(@href, 'man_')) and not(contains(@href, '-man.')) and not(contains(@href, 'glossentry-')) and not(contains(@href, '.ditamap'))"> 49 <xsl:if test=" not(contains(@href, 'man_')) 50 and not(contains(@href, '-man.')) 51 and not(contains(@href, 'glossentry-')) 52 and not(contains(@href, '.ditamap'))"> 50 53 <topicwrap> 51 54 <xi:include href="{./@href}" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="xpointer(/topic)" /> -
trunk/doc/manual/docbook-changelog-to-manual-dita.xsl
r99514 r99516 245 245 </xsl:stylesheet> 246 246 247
Note:
See TracChangeset
for help on using the changeset viewer.