Changeset 67178 in vbox for trunk/doc/manual
- Timestamp:
- May 31, 2017 3:03:08 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r67175 r67178 133 133 endif 134 134 135 # FreePascal chm compiler 136 VBOX_HHC = chmcmd 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 137 138 138 139 # Additional xsltproc options when generating … … 729 730 $(call MSG_L1,hhc $<,=> $@) 730 731 $(QUIET)$(RM) -f $@ 731 $(QUIET) cd $(dir $<); $(VBOX_HHC) $<; chmod 0644 $@732 $(QUIET)$(VBOX_HHC) $(subst /,\\,$<) 732 733 733 734 # Prepare the XSL file for our title page, htmlhelp variant. … … 752 753 $(QUIET)$(call VBOX_XSLTPROC_WITH_CAT) --output $(@D)/ \ 753 754 --stringparam htmlhelp.chm \ 754 $( @D)/../VirtualBox.chm\755 $(subst /,\\,$(@D)/../VirtualBox.chm) \ 755 756 $(HTMLHELPOPTS) $(@D)/../docbook-htmlhelp-formatcfg.xsl \ 756 757 $<
Note:
See TracChangeset
for help on using the changeset viewer.