Skip to content
Snippets Groups Projects
Commit ebb760ff authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor changes

Rev: tutorial/Makefile:1.18
Rev: tutorial/html.pike:1.17
parent 8e6476ba
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,9 @@ the_image_module.html: Image.wmml the_image_module.wmml
clean:
rm *.html *.md illustration_cache illustration*.gif
rebuild: Image.wmml Mysql.wmml all
rebuild:
-rm Image.wmml Mysql.wmml
make pike="$(pike)" Image.wmml Mysql.wmml all
export:
tar czvTf tutorial.files tutorial.tar.gz
......
......@@ -295,7 +295,7 @@ SGML index_to_wmml(INDEX data)
#if 1
int total_lines=count_index_lines(ret);
werror("\nTOTAL LINES: %d\n",total_lines);
// werror("\nTOTAL LINES: %d\n",total_lines);
int lines,x;
for(x=0;x<sizeof(ret);x+=2)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment