test article

foo
ROOT=../..
include $(ROOT)/util/Makefile.article

index.html: test.html
	$(COMPILE) <$< >$@

index.html: $(COMPILE_DEPS)

		
Example 1. Makefile
bar

foo
bar
this is an inlined pre
foo
		
Example 2.
bar

blobb1 [foo] blobb2 [foo]

BLOBB [foo]

References