Changeset 56535 in vbox
- Timestamp:
- Jun 18, 2015 6:26:00 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101157
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r56533 r56535 839 839 # 840 840 ########################################################################################## 841 $(evalcall2 def_vbox_replace_paths_in_xslt,docbook-html-one-page-formatcfg.xsl,en_US/) 842 $(evalcall2 def_vbox_replace_paths_in_xslt,docbook-html-chunks-formatcfg.xsl,en_US/) 841 843 842 844 # Manual formatcfg dependencies. … … 845 847 $(VBOX_PATH_MANUAL_SRC)/common-formatcfg.xsl \ 846 848 $(VBOX_PATH_MANUAL_SRC)/common-html-formatcfg.xsl 847 848 # intermediate step to do some variable replacement in the XSL configuration849 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/docbook-html-one-page-formatcfg.xsl: \850 $(VBOX_PATH_MANUAL_SRC)/docbook-html-one-page-formatcfg.xsl $(MAKEFILE_CURRENT) | $$(dir $$@)851 $(call MSG_L1,Pre-processing $(@F) to $@)852 $(QUIET)$(RM) -f [email protected] $@853 $(QUIET)$(SED) -e 's|\$$DOCBOOKPATH|$(VBOX_PATH_DOCBOOK)|g' \854 -e 's|\$$CFGPATH|$(VBOX_PATH_MANUAL_SRC)|g' \855 -e 's|\$$TARGETPATH|$(@D)|g' --output [email protected] $<856 $(QUIET)$(MV) -f [email protected] $@857 858 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/docbook-html-chunks-formatcfg.xsl: \859 $(VBOX_PATH_MANUAL_SRC)/docbook-html-chunks-formatcfg.xsl $(MAKEFILE_CURRENT) | $$(dir $$@)860 $(call MSG_L1,Pre-processing $(@F) to $@)861 $(QUIET)$(RM) -f [email protected] $@862 $(QUIET)$(SED) -e 's|\$$DOCBOOKPATH|$(VBOX_PATH_DOCBOOK)|g' \863 -e 's|\$$CFGPATH|$(VBOX_PATH_MANUAL_SRC)|g' \864 -e 's|\$$TARGETPATH|$(@D)|g' --output [email protected] $<865 $(QUIET)$(MV) -f [email protected] $@866 849 867 850 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.html: \ … … 901 884 902 885 html:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-single/UserManual.html 903 904 886 html:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/html-chunks/index.html 905 906 887 html-zip:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/UserManual.zip 907 888 … … 935 916 $(call MSG_L1,Fresh ChangeLog.html is now at $@) 936 917 937 cl-html: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html918 cl-html:: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html 938 919 939 920 … … 998 979 $(VBOX_PATH_MANUAL_OUTBASE)/VBoxManageBuiltInHelp.cpp \ 999 980 $(VBOX_PATH_MANUAL_OUTBASE)/VBoxManageBuiltInHelp.h 1000 help-experiment: \981 help-experiment:: \ 1001 982 $(VBOX_PATH_MANUAL_OUTBASE)/VBoxManageBuiltInHelp.cpp \ 1002 983 $(VBOX_PATH_MANUAL_OUTBASE)/VBoxManageBuiltInHelp.h
Note:
See TracChangeset
for help on using the changeset viewer.