Changeset 32321 in vbox
- Timestamp:
- Sep 8, 2010 2:49:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r32025 r32321 69 69 VBOX_MANUAL_LANGUAGES = en_US 70 70 71 if def VBOX_ONLY_SDK71 if defined(VBOX_ONLY_SDK) || defined(VBOX_WITH_DOCS_SDKREF) 72 72 ## @todo make this an install target, drop the BLDDIRS. 73 73 OTHERS += \ … … 310 310 311 311 $(VBOX_DOC_XIDL_SRC_TMP): $(VBOX_DOC_XIDL_SRC) $(MAKEFILE_CURRENT) | $$(dir $$@) 312 $(SED) -e 's|@a \+\(\w\+\)|<tt>\1</tt>|g' \ 312 $(call MSG_L1,Generating $@) 313 $(QUIET)$(SED) -e 's|@a \+\(\w\+\)|<tt>\1</tt>|g' \ 313 314 -e 's|@c \+\(\w\+\)|<tt>\1</tt>|g' \ 314 315 --output $@ $< … … 317 318 $(VBOX_MANUAL_APIREF_TMP): $(VBOX_DOC_XIDL_SRC_TMP) $(VBOX_PATH_MANUAL_SRC)/xidl2docbook.xsl 318 319 $(call MSG_L1,Generating $@) 319 $( VBOX_XSLTPROC) --xinclude -o $@ $(VBOX_PATH_MANUAL_SRC)/xidl2docbook.xsl $(VBOX_DOC_XIDL_SRC_TMP)320 $(QUIET)$(VBOX_XSLTPROC) --xinclude -o $@ $(VBOX_PATH_MANUAL_SRC)/xidl2docbook.xsl $(VBOX_DOC_XIDL_SRC_TMP) 320 321 321 322 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/SDKRef.xml: \ … … 527 528 $(QUIET)$(RM) -f $(addprefix $(@D/),$(VBOX_SDKREF_LATEX_FILES_TARGET)) 528 529 # generate TeX source from processed docbook and store it in SDKRef.tex.tmp 529 $( VBOX_XSLTPROC) $(XSLTPROC_VERBOSE) --xinclude --nonet --stringparam TARGETLANG en_US -o [email protected] $(VBOX_PATH_MANUAL_SRC)/docbook2latex.xsl $<530 $(QUIET)$(VBOX_XSLTPROC) $(XSLTPROC_VERBOSE) --xinclude --nonet --stringparam TARGETLANG en_US -o [email protected] $(VBOX_PATH_MANUAL_SRC)/docbook2latex.xsl $< 530 531 # for pretty quotes, replace " with `` or '' depending on whether it's at the start of a word; 531 532 # the \QUOTE{} was inserted by docbook2latex.xsl for all quotes _outside_ of screen sections
Note:
See TracChangeset
for help on using the changeset viewer.