diff --git a/tutorial/Makefile b/tutorial/Makefile index 3a7cf15de4ec2e0843b77ac33e8343fe61bfeb45..0f41709e705f1476647bc77e0fb35e514ecdc56d 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 a7d574269c864fb2967024895080e07c5cde5d8e..bfe9f1227b2074b80d4a04e0af12173ff150e426 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>