From 631242855af42d10f4d950dfb175677e748312a4 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 10 Nov 2008 21:13:11 +0100 Subject: avr/modules/trace: Added some doc. --- digital/avr/modules/trace/doc/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 digital/avr/modules/trace/doc/Makefile (limited to 'digital/avr/modules/trace/doc/Makefile') diff --git a/digital/avr/modules/trace/doc/Makefile b/digital/avr/modules/trace/doc/Makefile new file mode 100644 index 00000000..11dcecfb --- /dev/null +++ b/digital/avr/modules/trace/doc/Makefile @@ -0,0 +1,11 @@ +PAGES=trace.txt + +HTML=$(PAGES:%.txt=%.html) + +%.html: %.txt + rst2html $< > $@ + +all : $(HTML) + +clean: + rm $(HTML) -- cgit v1.2.3