VirtualBox

Changeset 67175 in vbox for trunk/doc


Ignore:
Timestamp:
May 31, 2017 2:38:02 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115851
Message:

bugref:8524: Additions/linux: play nicely with distribution-installed Additions
[PATCH 2/3] additions/linux/drm: Remove unnecessary wrapping of guest_pool in a struct
Signed-off-by: Hans de Goede <hdegoede@…>

File:
1 edited

Legend:

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

    r63850 r67175  
    133133endif
    134134
    135 # Windows HTML Help Workshop compiler (stupid thing always returns an error!)
    136 VBOX_HHC = -$(EXEC_X86_WIN32) $(VBOX_PATH_HTML_HELP_WORKSHOP)/hhc.exe
    137 
     135# FreePascal chm compiler
     136VBOX_HHC = chmcmd
    138137
    139138# Additional xsltproc options when generating
     
    730729        $(call MSG_L1,hhc $<,=> $@)
    731730        $(QUIET)$(RM) -f $@
    732         $(QUIET)$(VBOX_HHC) $(subst /,\\,$<)
     731        $(QUIET)cd $(dir $<); $(VBOX_HHC) $<; chmod 0644 $@
    733732
    734733 # Prepare the XSL file for our title page, htmlhelp variant.
     
    753752        $(QUIET)$(call VBOX_XSLTPROC_WITH_CAT) --output $(@D)/ \
    754753                --stringparam htmlhelp.chm \
    755                 $(subst /,\\,$(@D)/../VirtualBox.chm) \
     754                $(@D)/../VirtualBox.chm \
    756755                $(HTMLHELPOPTS) $(@D)/../docbook-htmlhelp-formatcfg.xsl \
    757756                $<
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