VirtualBox

Changeset 4583 in vbox


Ignore:
Timestamp:
Sep 6, 2007 3:51:38 PM (17 years ago)
Author:
vboxsync
Message:

install License.html to bin/License-n.n.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4548 r4583  
    25132513        $(QUIET)$(MV) -f [email protected] $@
    25142514
     2515VBOX_LICENSE_SRC := $(PATH_ROOT)/doc/License.html
     2516VBOX_LICENSE_VER := $(shell grep Version $(VBOX_LICENSE_SRC)|sed -e 's/.*Version \([0-9.]*\),.*/\1/g')
     2517VBOX_LICENSE_BIN := $(PATH_BIN)/License-$(VBOX_LICENSE_VER).html
     2518
     2519$(VBOX_LICENSE_BIN): $(VBOX_LICENSE_SRC)
     2520        $(call MSG_GENERATE,,$@)
     2521        $(QUIET)$(CP) $< $@
     2522
    25152523
    25162524# Force building of the version header file as the first thing anywhere in
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