VirtualBox

Changeset 32321 in vbox


Ignore:
Timestamp:
Sep 8, 2010 2:49:14 PM (14 years ago)
Author:
vboxsync
Message:

doc/manual: VBOX_WITH_DOCS_SDKREF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/Makefile.kmk

    r32025 r32321  
    6969 VBOX_MANUAL_LANGUAGES = en_US
    7070
    71  ifdef VBOX_ONLY_SDK
     71 if defined(VBOX_ONLY_SDK) || defined(VBOX_WITH_DOCS_SDKREF)
    7272  ## @todo make this an install target, drop the BLDDIRS.
    7373  OTHERS += \
     
    310310
    311311$(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' \
    313314               -e 's|@c \+\(\w\+\)|<tt>\1</tt>|g' \
    314315               --output $@ $<
     
    317318$(VBOX_MANUAL_APIREF_TMP): $(VBOX_DOC_XIDL_SRC_TMP) $(VBOX_PATH_MANUAL_SRC)/xidl2docbook.xsl
    318319        $(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)
    320321
    321322$(VBOX_PATH_MANUAL_OUTBASE)/en_US/SDKRef.xml: \
     
    527528        $(QUIET)$(RM) -f $(addprefix $(@D/),$(VBOX_SDKREF_LATEX_FILES_TARGET))
    528529#       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 $<
    530531#       for pretty quotes, replace " with `` or '' depending on whether it's at the start of a word;
    531532#   the \QUOTE{} was inserted by docbook2latex.xsl for all quotes _outside_ of screen sections
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette