From 7c4d6223301b77c735cd94eac7caa103d41d7b10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 30 Nov 1999 01:12:11 +0100
Subject: [PATCH] Added Math.wmml to the list of generated files.

Rev: tutorial/Makefile:1.55
---
 tutorial/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index e05ce825e3..cc26f5a543 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -8,7 +8,8 @@ all:
 
 low_all: tutorial.html tutorial_onepage.html
 
-MADEFILES=Image.wmml Mysql.wmml Parser.wmml Calendar.wmml Protocols.wmml
+MADEFILES=Image.wmml Math.wmml Mysql.wmml Parser.wmml Calendar.wmml \
+	  Protocols.wmml
 
 SRCFILES=tutorial.wmml $(MADEFILES)
 
@@ -23,9 +24,15 @@ PROTOCOLS_MKWMML_DIRS=HTTP LysKOM IRC DNS
 
 MKWMML=$(pike) ../bin/mkwmml.pike
 
+Calendar.wmml :
+	$(MKWMML) `/bin/ls -1 ../lib/modules/Calendar.pmod/*.p* | egrep -v '~$$'` >Calendar.wmml
+
 Image.wmml : 
 	(cd ../src/modules/Image; make wmml pike="$(pike)")
 
+Math.wmml : 
+	$(MKWMML) ../src/modules/Math/*.c >Math.wmml
+
 Mysql.wmml : 
 	$(MKWMML) ../src/modules/Mysql/mysql.c >Mysql.wmml
 
@@ -41,9 +48,6 @@ Protocols.wmml :
 		fi		\
 	done > Protocols.wmml
 
-Calendar.wmml :
-	$(MKWMML) `/bin/ls -1 ../lib/modules/Calendar.pmod/*.p* | egrep -v '~$$'` >Calendar.wmml
-
 
 # ----------------------------------------------------------------------
 
-- 
GitLab