VirtualBox

Changeset 36033 in vbox


Ignore:
Timestamp:
Feb 21, 2011 2:06:32 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70142
Message:

doc: repair kmk cl-html which was broken by the xinclude changes some months ago in r68612 and earlier

File:
1 edited

Legend:

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

    r35277 r36033  
    718718        $(QUIET)$(MV) -f [email protected] $@
    719719
    720 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.xml: ChangeLog.xml
    721         $(QUIET)$(CP) $< $@
    722 
    723 $(VBOX_PATH_MANUAL_OUTBASE)/user_ChangeLogImpl_1.xml: $(VBOX_PATH_MANUAL_SRC)/user_ChangeLogImpl.xml
    724         $(QUIET)$(RM) -f [email protected] $@
    725         $(QUIET)$(SED) -e 's|para|simpara|g' \
    726                        --output [email protected] $<
    727         $(QUIET)$(MV) -f [email protected] $@
    728 
     720# This XSLT rule depends on $(VBOX_PATH_MANUAL_OUTBASE)/en_US/user_ChangeLog.xml, which is build by the complex rule
     721#    $(foreach f,$(VBOX_MANUAL_LANGUAGES),$(VBOX_PATH_MANUAL_OUTBASE)/$f/user_ChangeLog.xml): ...
     722# much further above. That rule takes en_US/user_ChangeLog.xml and replaces $VIRTUALBOX_CHANGELOG_IMPL
     723# with the actual change log contained in user_ChangeLogImpl.xml
    729724$(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html: \
    730                 $(VBOX_PATH_MANUAL_OUTBASE)/user_ChangeLogImpl_1.xml \
    731725                $(VBOX_PATH_MANUAL_OUTBASE)/en_US/docbook-changelog-formatcfg.xsl \
    732                 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.xml
     726                $(VBOX_PATH_MANUAL_OUTBASE)/en_US/user_ChangeLog.xml
    733727        $(QUIET)$(VBOX_XSLTPROC) --xinclude --nonet --output $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html \
    734728                $(@D)/docbook-changelog-formatcfg.xsl \
    735                 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.xml
    736 
    737 $(PATH_BIN)/ChangeLog.html: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html
    738         $(QUIET)$(CP) $< $@
     729                $(VBOX_PATH_MANUAL_OUTBASE)/en_US/user_ChangeLog.xml
    739730        $(call MSG_L1,Fresh ChangeLog.html is now at $@)
    740731
    741 cl-html: $(PATH_BIN)/ChangeLog.html
     732cl-html: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html
    742733
    743734include $(KBUILD_PATH)/subfooter.kmk
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