Changeset 91006 in vbox
- Timestamp:
- Aug 30, 2021 5:37:12 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/docbook-refentry-to-C-help.xsl
r85665 r91006 199 199 <xsl:if test="position() = 1"> 200 200 <xsl:text> 201 { </xsl:text><xsl:call-template name="calc-scope-cmdsynopsis"/><xsl:text> | RTMSGREFENTRYSTR_FLAGS_SYNOPSIS, "" }, 201 { </xsl:text><xsl:call-template name="calc-scope-cmdsynopsis"/><xsl:text> | RTMSGREFENTRYSTR_FLAGS_SYNOPSIS, "" },</xsl:text> 202 202 </xsl:if> 203 203 <xsl:text> -
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r90828 r91006 165 165 $(QUIET)$(APPEND) -n "$@" \ 166 166 '' \ 167 'PCRTMSGREFENTRY g_apHelpEntries[] = 167 'PCRTMSGREFENTRY g_apHelpEntries[] =' \ 168 168 '{' 169 169 $(foreach refentry,$(filter %.xml,$^) \ 170 170 ,$(NLTAB)$(QUIET)$(APPEND) -n "$@" \ 171 ' &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))), 171 ' &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))),') 172 172 $(QUIET)$(APPEND) -n "$@" \ 173 173 '};' \
Note:
See TracChangeset
for help on using the changeset viewer.