Added message used when installing resource bundles

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14577 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-09-26 01:10:44 +00:00
parent dd38260e0a
commit e82e910449

View file

@ -1,8 +1,10 @@
Thu Sep 26 02:56:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
Thu Sep 26 03:08:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/Shared/bundle.make: Implemented rules to install and
uninstall.
* Instance/application.make: Use them.
* messages.make (ECHO_INSTALLING_BUNDLE): New message used by
Instance/Shared/bundle.make.
Thu Sep 26 02:50:02 2002 Nicola Pero <n.pero@mi.flashnet.it>