VirtualBox

Changeset 67178 in vbox for trunk/doc/manual


Ignore:
Timestamp:
May 31, 2017 3:03:08 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115854
Message:

bugref:8524: Additions/linux: play nicely with distribution-installed Additions
Revert unwanted additional file commit.

File:
1 edited

Legend:

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

    r67175 r67178  
    133133endif
    134134
    135 # FreePascal chm compiler
    136 VBOX_HHC = chmcmd
     135# Windows HTML Help Workshop compiler (stupid thing always returns an error!)
     136VBOX_HHC = -$(EXEC_X86_WIN32) $(VBOX_PATH_HTML_HELP_WORKSHOP)/hhc.exe
     137
    137138
    138139# Additional xsltproc options when generating
     
    729730        $(call MSG_L1,hhc $<,=> $@)
    730731        $(QUIET)$(RM) -f $@
    731         $(QUIET)cd $(dir $<); $(VBOX_HHC) $<; chmod 0644 $@
     732        $(QUIET)$(VBOX_HHC) $(subst /,\\,$<)
    732733
    733734 # Prepare the XSL file for our title page, htmlhelp variant.
     
    752753        $(QUIET)$(call VBOX_XSLTPROC_WITH_CAT) --output $(@D)/ \
    753754                --stringparam htmlhelp.chm \
    754                 $(@D)/../VirtualBox.chm \
     755                $(subst /,\\,$(@D)/../VirtualBox.chm) \
    755756                $(HTMLHELPOPTS) $(@D)/../docbook-htmlhelp-formatcfg.xsl \
    756757                $<
Note: See TracChangeset for help on using the changeset viewer.

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