Add GNUmakefile change left out in last commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28044 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-03-05 08:08:14 +00:00
parent 4a37ff5a2e
commit 3f9c660f14
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
2009-03-05 Fred Kiefer <FredKiefer@gmx.de>
* Resources/GNUmakefile: Add French localisation.
* Resources/French.lproj/Localizable.strings: New localisation file.
Patch by Philippe Roussel <p.o.roussel@free.fr>.

View file

@ -35,7 +35,7 @@ RESOURCE_SET_NAME = gui-resources
# run, keep only the new xxx_INSTALL_DIR one.
gui-resources_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-gui
gui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-gui/Versions/$(libgnustep-gui_INTERFACE_VERSION)/Resources
gui-resources_LANGUAGES = English Italian Lojban Esperanto German
gui-resources_LANGUAGES = English Italian Lojban Esperanto German French
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
include $(GNUSTEP_MAKEFILES)/resource-set.make