Changeset 36033 in vbox
- Timestamp:
- Feb 21, 2011 2:06:32 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Makefile.kmk
r35277 r36033 718 718 $(QUIET)$(MV) -f [email protected] $@ 719 719 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 729 724 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html: \ 730 $(VBOX_PATH_MANUAL_OUTBASE)/user_ChangeLogImpl_1.xml \731 725 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/docbook-changelog-formatcfg.xsl \ 732 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ ChangeLog.xml726 $(VBOX_PATH_MANUAL_OUTBASE)/en_US/user_ChangeLog.xml 733 727 $(QUIET)$(VBOX_XSLTPROC) --xinclude --nonet --output $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html \ 734 728 $(@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 739 730 $(call MSG_L1,Fresh ChangeLog.html is now at $@) 740 731 741 cl-html: $( PATH_BIN)/ChangeLog.html732 cl-html: $(VBOX_PATH_MANUAL_OUTBASE)/en_US/ChangeLog.html 742 733 743 734 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.