Author: silene
Date: Sun Apr 12 09:20:10 2009
New Revision: 34757

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34757&view=rev
Log:
Reverted part of Suokko's patch 28786. (Fix for bug #13294, no localedef.)
That patch was also touching scons and cmake, I have no clue what he did there, 
so please review if it needs reverting there too.

Modified:
    trunk/Makefile.am

Modified: trunk/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/Makefile.am?rev=34757&r1=34756&r2=34757&view=diff
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Apr 12 09:20:10 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