bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit] gui patch update


From: Adam Fedor
Subject: [Commit] gui patch update
Date: Sat, 19 Jul 2003 21:15:29 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905

        * Panels/GNUmakefile.postamble (after-install): Install the
        gorm dirs.

Index: Panels/GNUmakefile
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Panels/GNUmakefile,v
retrieving revision 1.13
diff -r1.13 GNUmakefile
38,39c38,40
< LOCALIZED_RESOURCE_FILES = GSPrintPanel.gorm GSPageLayout.gorm \
<       SpellPanel.gmodel \
---
> LOCALIZED_RESOURCE_FILES = SpellPanel.gmodel
> 
> LOCALIZED_RESOURCE_COMPONENTS = GSPrintPanel.gorm GSPageLayout.gorm \
Index: Panels/GNUmakefile.postamble
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Panels/GNUmakefile.postamble,v
retrieving revision 1.4
diff -r1.4 GNUmakefile.postamble
40a41,54
> ifneq ($(strip $(LOCALIZED_RESOURCE_COMPONENTS)),)
>       @(echo "Copying localized components into system..."; \
>       for l in $(LANGUAGES); do \
>         if [ ! -f $$l.lproj ]; then \
>           $(MKDIRS) $(GNUSTEP_RESOURCES)/gnustep-gui/$$l.lproj; \
>         fi; \
>         for f in $(LOCALIZED_RESOURCE_COMPONENTS); do \
>           if [ -d $$l.lproj/$$f ]; then \
>             cp -r $$l.lproj/$$f $(GNUSTEP_RESOURCES)/gnustep-gui/$$l.lproj; \
>             rm -rf $(GNUSTEP_RESOURCES)/gnustep-gui/$$l.lproj/$$f/CVS; \
>           fi; \
>         done; \
>       done;)
> endif

reply via email to

[Prev in Thread] Current Thread [Next in Thread]