From b674d65eea612a06264ece7ecf09e51226c50155 Mon Sep 17 00:00:00 2001
From: David Hedbor <david@hedbor.org>
Date: Tue, 29 Feb 2000 12:34:52 -0800
Subject: [PATCH] Added Gettext

Rev: tutorial/Makefile:1.58
Rev: tutorial/tutorial.wmml:1.189
---
 tutorial/Makefile      | 7 +++++--
 tutorial/tutorial.wmml | 4 ++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 3a7cf15de4..0f41709e70 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -9,7 +9,7 @@ all:
 low_all: tutorial.html tutorial_onepage.html
 
 MADEFILES=Image.wmml Math.wmml Mysql.wmml Parser.wmml Calendar.wmml \
-	  Protocols.wmml
+	  Protocols.wmml Gettext.wmml
 
 SRCFILES=tutorial.wmml $(MADEFILES)
 
@@ -33,9 +33,12 @@ Image.wmml :
 Math.wmml : 
 	$(MKWMML) ../src/modules/Math/*.c >Math.wmml
 
-Mysql.wmml : 
+Mysql.wmml :  ../src/modules/Mysql/mysql.c
 	$(MKWMML) ../src/modules/Mysql/mysql.c >Mysql.wmml
 
+Gettext.wmml: ../src/modules/Gettext/gettext.c
+	$(MKWMML) ../src/modules/Gettext/gettext.c >Gettext.wmml
+
 Parser.wmml : ../src/modules/Parser/html.c
 	$(MKWMML) ../src/modules/Parser/*.pmod.in ../src/modules/Parser/*.c  >Parser.wmml
 
diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index a7d574269c..bfe9f1227b 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -10728,6 +10728,10 @@ prints.
 <include file=Mysql.wmml>
 <include file=crypto.wmml>
 
+<section title=Locale.Gettext>
+<include file=Gettext.wmml>
+</section>
+
 <section title=Calendar>
 <include file=Calendar.wmml>
 </section>
-- 
GitLab