VirtualBox

Changeset 105934 in vbox for trunk


Ignore:
Timestamp:
Sep 3, 2024 4:25:45 PM (3 months ago)
Author:
vboxsync
Message:

doc/manual: Add SED trickery to convert the UserManual.hhc content to proper UTF-8 (may need adding more entities later as needed), which allows using the unmodified license file again without running into "Error in line X: Entity 'reg' not declared." bugref:10705

Location:
trunk/doc/manual
Files:
2 edited

Legend:

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

    r105821 r105934  
    10921092                "-Ddita.output.dir=$(2)" \
    10931093                )
     1094        $$(QUIET)$$(MV) -f -- "$(2)/UserManual.hhc" "$(2)/UserManual.hhc.tmp"
     1095        $$(QUIET)$$(SED) \
     1096                -e 's|®|®|g' \
     1097                -e 's|windows-1252|utf-8|g' \
     1098                --output "$(2)/UserManual.hhc" "$(2)/UserManual.hhc.tmp"
     1099        $$(QUIET)$$(RM) -f -- "$(2)/UserManual.hhc.tmp"
    10941100
    10951101   ditamap-to-htmlhelp: $(2)/UserManual.hhp
  • trunk/doc/manual/en_US/dita/topics/licensing/vbox-base/licensing-license-vbox-base-reference-implementations-for-intel-arch.dita

    r105933 r105934  
    22<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
    33<topic xml:lang="en-us" id="vmd_5md_pcc">
    4   <title>Reference Implementations for Intel(R) Architecture Approximation Instructions VRCP14, VRSQRT14, VRCP28,
     4  <title>Reference Implementations for Intel® Architecture Approximation Instructions VRCP14, VRSQRT14, VRCP28,
    55    VRSQRT28, and VEXP2</title>
    66  <body>
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