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

target for html_section_pages added

Rev: tutorial/Makefile:1.41
parent d9eff064
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,9 @@ tutorial.html: .DUMMY $(SRCFILES) ...@@ -49,6 +49,9 @@ tutorial.html: .DUMMY $(SRCFILES)
tutorial_onepage.html: .DUMMY $(SRCFILES) tutorial_onepage.html: .DUMMY $(SRCFILES)
$(pike) ./wmmltohtml2 tutorial.wmml html_onepage tutorial_onepage $(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) tutorial.tex: .DUMMY $(SRCFILES)
$(pike) ./wmmltohtml2 tutorial.wmml latex tutorial $(pike) ./wmmltohtml2 tutorial.wmml latex tutorial
...@@ -93,9 +96,10 @@ the_image_module.html: Image.wmml the_image_module.wmml ...@@ -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 $(pike) ./wmmltohtml2 the_image_module.wmml mirar_html the_image_module
clean: 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.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: rebuild:
-rm -f $(MADEFILES) -rm -f $(MADEFILES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment