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