VirtualBox

Changeset 99516 in vbox


Ignore:
Timestamp:
Apr 22, 2023 10:29:41 AM (20 months ago)
Author:
vboxsync
Message:

manual: scm fix. bugref:10302

Location:
trunk/doc/manual
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/Makefile.kmk

    r99514 r99516  
    770770                $$(VBOX_PATH_MANUAL_SRC)/docbook-changelog-to-manual-dita.sh \
    771771                $$(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) \
    775775                | $$$$(dir $$$$@)
    776776        $$(call MSG_TOOL,xsltproc docbook-changelog-to-manual-dita.xsl,,,$$@)
  • trunk/doc/manual/ditamap-to-single-xml.xsl

    r99515 r99516  
    4747  <!-- topicref -> topicwrap; but not man_xxxx (need converting) and glossentry-xxxx (not topics) references -->
    4848  <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'))">
    5053      <topicwrap>
    5154        <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  
    245245</xsl:stylesheet>
    246246
    247 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette