From fd9ec5849cf6920509ff04fc2c2184653b95ff41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 18 Jul 1999 00:07:31 -0700
Subject: [PATCH] target for html_section_pages added

Rev: tutorial/Makefile:1.41
---
 tutorial/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 30c37285dc..077cb5bf57 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -49,6 +49,9 @@ tutorial.html: .DUMMY $(SRCFILES)
 tutorial_onepage.html: .DUMMY  $(SRCFILES)
 	$(pike) ./wmmltohtml2 tutorial.wmml html_onepage tutorial_onepage
 
+tutorial_split.html: .DUMMY  $(SRCFILES)
+	$(pike) ./wmmltohtml2 tutorial.wmml html_section_pages tutorial_split
+
 tutorial.tex: .DUMMY $(SRCFILES)
 	$(pike) ./wmmltohtml2 tutorial.wmml latex tutorial
 
@@ -93,9 +96,10 @@ the_image_module.html: Image.wmml the_image_module.wmml
 	$(pike) ./wmmltohtml2 the_image_module.wmml mirar_html the_image_module
 
 clean:
-	-rm -f *.html *.md illustration_cache gfx/* $(MADEFILES) 
+	-rm -f *.html *.md $(MADEFILES) 
 	-rm -f tutorial.dvi tutorial.tex tutorial.aux
-	-rm -f tutorial.log tutorial.toc latex_wcache
+	-rm -f tutorial.log tutorial.toc
+	-rm -f latex_wcache illustration_cache image_cache gfx/* execute_cache
 
 rebuild:
 	-rm -f $(MADEFILES)
-- 
GitLab