Changeset 56348 in vbox
- Timestamp:
- Jun 10, 2015 11:14:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r56346 r56348 144 144 # Non-pattern-rule approach to editing XSLT files. 145 145 # $(evalcall2 def_vbox_replace_paths_in_xslt) 146 # @param 1 The XSLT source file .146 # @param 1 The XSLT source file (relative to Makefile dir). 147 147 # @param 2 Optional output subdirectory. 148 148 define def_vbox_replace_paths_in_xslt 149 149 OTHER_CLEAN += $$(VBOX_PATH_MANUAL_OUTBASE)/$2$(notdir $1) 150 $$(VBOX_PATH_MANUAL_OUTBASE)/$2$(notdir $1): $ 1 | $$$$(dir $$$$@)150 $$(VBOX_PATH_MANUAL_OUTBASE)/$2$(notdir $1): $$(VBOX_PATH_MANUAL_SRC)/$1 | $$$$(dir $$$$@) 151 151 $$(call MSG_GENERATE,,$$@,$$<) 152 152 $$(QUIET)$$(SED) \
Note:
See TracChangeset
for help on using the changeset viewer.