Skip to content
Snippets Groups Projects
Commit 7c4d6223 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added Math.wmml to the list of generated files.

Rev: tutorial/Makefile:1.55
parent aa38a834
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ all: ...@@ -8,7 +8,8 @@ all:
low_all: tutorial.html tutorial_onepage.html 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) SRCFILES=tutorial.wmml $(MADEFILES)
...@@ -23,9 +24,15 @@ PROTOCOLS_MKWMML_DIRS=HTTP LysKOM IRC DNS ...@@ -23,9 +24,15 @@ PROTOCOLS_MKWMML_DIRS=HTTP LysKOM IRC DNS
MKWMML=$(pike) ../bin/mkwmml.pike MKWMML=$(pike) ../bin/mkwmml.pike
Calendar.wmml :
$(MKWMML) `/bin/ls -1 ../lib/modules/Calendar.pmod/*.p* | egrep -v '~$$'` >Calendar.wmml
Image.wmml : Image.wmml :
(cd ../src/modules/Image; make wmml pike="$(pike)") (cd ../src/modules/Image; make wmml pike="$(pike)")
Math.wmml :
$(MKWMML) ../src/modules/Math/*.c >Math.wmml
Mysql.wmml : Mysql.wmml :
$(MKWMML) ../src/modules/Mysql/mysql.c >Mysql.wmml $(MKWMML) ../src/modules/Mysql/mysql.c >Mysql.wmml
...@@ -41,9 +48,6 @@ Protocols.wmml : ...@@ -41,9 +48,6 @@ Protocols.wmml :
fi \ fi \
done > Protocols.wmml done > Protocols.wmml
Calendar.wmml :
$(MKWMML) `/bin/ls -1 ../lib/modules/Calendar.pmod/*.p* | egrep -v '~$$'` >Calendar.wmml
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment