# $Id$
# Author: Luis Colorado <Luis.Colorado@SLUG.CTV.ES>
# Date: Sat Oct 31 12:48:08 MET 1998

.SUFFIXES: .m4 .html

.m4.html:
	$(M4) $(M4FLAGS) $*.m4 >$*.html

todo_html= index.html \
	1.html 2.html 3.html 4.html 5.html \
	6.html 7.html 8.html 9.html 10.html \
	11.html 12.html
todo_m4 = $(todo_html:html=m4)
M4=m4
M4FLAGS=-Dla_presentacion="Linux en la empresa"

todo: $(todo_html)
clean:
	rm -f $(todo_html)

$(todo_html): cabe.m4

4.html: code_1.m4

# $Id$
