5f2d139
#Description: Include the texts subdir in the build.
5f2d139
Index: tecnoballz-0.92/configure.ac
5f2d139
===================================================================
5f2d139
--- tecnoballz-0.92.orig/configure.ac	2009-04-16 15:35:02.000000000 -0400
5f2d139
+++ tecnoballz-0.92/configure.ac	2009-04-16 15:35:33.000000000 -0400
5f2d139
@@ -81,5 +81,5 @@
5f2d139
 
5f2d139
 
5f2d139
 dnl  Output makefiles
5f2d139
-AC_OUTPUT(Makefile src/Makefile src/TecnoballZ/Makefile src/TecnoballZ/hires/Makefile src/TecnoballZ/lores/Makefile src/TecnoballZ/textures/Makefile src/TecnoballZ/musics/Makefile src/TecnoballZ/sounds/Makefile)
5f2d139
+AC_OUTPUT(Makefile src/Makefile src/TecnoballZ/Makefile src/TecnoballZ/hires/Makefile src/TecnoballZ/lores/Makefile src/TecnoballZ/textures/Makefile src/TecnoballZ/musics/Makefile src/TecnoballZ/sounds/Makefile src/TecnoballZ/texts/Makefile)
5f2d139
 
5f2d139
Index: tecnoballz-0.92/src/TecnoballZ/Makefile.am
5f2d139
===================================================================
5f2d139
--- tecnoballz-0.92.orig/src/TecnoballZ/Makefile.am	2009-04-16 15:35:46.000000000 -0400
5f2d139
+++ tecnoballz-0.92/src/TecnoballZ/Makefile.am	2009-04-16 15:36:10.000000000 -0400
5f2d139
@@ -1,6 +1,6 @@
5f2d139
 NULL =
5f2d139
 
5f2d139
-SUBDIRS = lores hires textures sounds musics
5f2d139
+SUBDIRS = lores hires textures sounds musics texts
5f2d139
 
5f2d139
 pkgdatadir = $(datadir)/tecnoballz
5f2d139
 dist_pkgdata_DATA = \
5f2d139
Index: tecnoballz-0.92/src/TecnoballZ/texts/Makefile.am
5f2d139
===================================================================
5f2d139
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
5f2d139
+++ tecnoballz-0.92/src/TecnoballZ/texts/Makefile.am	2009-04-16 15:37:27.000000000 -0400
5f2d139
@@ -0,0 +1,15 @@
5f2d139
+NULL =
5f2d139
+pkgdatadir = $(datadir)/tecnoballz/texts
5f2d139
+dist_pkgdata_DATA = \
5f2d139
+	main_menu_en.txt \
5f2d139
+	main_menu_fr.txt \
5f2d139
+	popup_menu_en.txt \
5f2d139
+	popup_menu_fr.txt \
5f2d139
+	scrolltext_en.txt \
5f2d139
+	scrolltext_fr.txt \
5f2d139
+	shop_en.txt \
5f2d139
+	shop_fr.txt \
5f2d139
+	short_info_messages_en.txt \
5f2d139
+	short_info_messages_fr.txt \
5f2d139
+	$(NULL)
5f2d139
+