Author: silene
Date: Sun Apr 12 09:23:14 2009
New Revision: 34758

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34758&view=rev
Log:
Backport of commit 34757 from trunk.
Reverted part of Suokko's patch 28786. (Fix for bug #13294, no localedef.)

Modified:
    branches/1.6/Makefile.am

Modified: branches/1.6/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/Makefile.am?rev=34758&r1=34757&r2=34758&view=diff
==============================================================================
--- branches/1.6/Makefile.am (original)
+++ branches/1.6/Makefile.am Sun Apr 12 09:23:14 2009
@@ -84,7 +84,7 @@
          echo $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
          $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; cd ..; \
        done
-#if DUMMYLOCALES
+if DUMMYLOCALES
        @echo "Create dummy locales beneath the Wesnoth data directory"
        $(mkdir_p) "$(DESTDIR)$(pkgdatadir)/locales"
        if test -d "$(DESTDIR)$(pkgdatadir)/locales/C" ; then rm -r 
"$(DESTDIR)$(pkgdatadir)/locales/C" ; fi
@@ -94,7 +94,7 @@
          if test -L "$$loclnk" ; then rm "$$loclnk" ; fi; \
          ln -s C "$$loclnk"; done; \
        true
-#endif
+endif
 if TINYGUI
        @echo "Shrink installed images by a factor of two."
        (cd $(top_srcdir) && find data/core/images data/campaigns images  \( 
$(findfilterflags) -a -name '*.png' -and -not -name 'bar-energy-tinygui.png' 
-print \) ) | while read p; do \


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to