VirtualBox

Changeset 99045 in vbox for trunk


Ignore:
Timestamp:
Mar 19, 2023 3:01:05 AM (21 months ago)
Author:
vboxsync
Message:

manual/Makefile.kmk: Copy the dita-ot for each invocation (using new script dita-ot-copy-exec.sh), but try to hardlink the files where possible. Also added a hack to prevent hhc.exe from being searched for and ran during the htmlhelp/qhelp processing. [fix] bugref:10302

Location:
trunk/doc/manual
Files:
2 edited

Legend:

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

    r99043 r99045  
    779779        -A 'CLASSPATH=$(HOST_PATH_SEP)$1/lib/saxon/saxon9-dom.jar' \
    780780        $2 \
    781         -- $(SHELL) $(VBOX_PATH_MANUAL_SRC)/dita-ot-copy-exec.sh "$(VBOX_DITA_ORIGINAL_PATH)" "$1" \
     781        -- $(ASH) $(VBOX_PATH_MANUAL_SRC)/dita-ot-copy-exec.sh "$(VBOX_DITA_ORIGINAL_PATH)" "$1" \
    782782        -- $(VBOX_JAVA) -jar "$1/lib/dost.jar" "/ditadir:$1" # "/outercontrol:fail" ?
    783783
  • trunk/doc/manual/dita-ot-copy-exec.sh

    r99044 r99045  
    9292    for MY_FILE in *;
    9393    do
    94         if test -d "${MY_SRCTREE}/${MY_FILE}"; then
     94        if test "${MY_FILE}" = "*"; then
     95            # For empty directories we get '*' back. Ignore it.
     96        elif test -d "${MY_SRCTREE}/${MY_FILE}"; then
    9597            case "${MY_SRCTREE}/${MY_FILE}" in
    9698                *\ *)
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