VirtualBox

Changeset 46091 in vbox


Ignore:
Timestamp:
May 15, 2013 10:44:26 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85771
Message:

doc/manual: only insert the change log if the tag is found, as translations do not need the split change log.

File:
1 edited

Legend:

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

    r42244 r46091  
    318318                       -e 's/<!--\$$VIRTUALBOX_CHANGELOG_IMPL-->//' \
    319319                       --output $@ [email protected]
    320         $(QUIET)$(SED) -e 's/<?xml version=\"1.0\" encoding=\"UTF-8\"?>//g' --append $@ $(VBOX_PATH_MANUAL_SRC)/user_ChangeLogImpl.xml
     320        var=`$(SED) -n '/!--\$$VIRTUALBOX_CHANGELOG_IMPL-->/p' $<`; \
     321                       test -n "$${var}" && \
     322                       $(SED) -e 's/<?xml version=\"1.0\" encoding=\"UTF-8\"?>//g' \
     323                               --append $@ $(VBOX_PATH_MANUAL_SRC)/user_ChangeLogImpl.xml; \
     324                       true
    321325        $(QUIET)$(SED) -e '/<!--\$$VIRTUALBOX_CHANGELOG_IMPL-->/,$$!d' \
    322326                       -e 's/<!--\$$VIRTUALBOX_CHANGELOG_IMPL-->//' --append $@ [email protected]
Note: See TracChangeset for help on using the changeset viewer.

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