summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/doc/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-11-10 21:13:11 +0100
committerNélio Laranjeiro2008-11-10 21:13:11 +0100
commit631242855af42d10f4d950dfb175677e748312a4 (patch)
treee250900cc8d1473e81faa1cc83a8b1eb7cfc79ce /digital/avr/modules/trace/doc/Makefile
parentdd1bb1f6773e6920eec18c246302e5ab899bb91d (diff)
avr/modules/trace: Added some doc.
Diffstat (limited to 'digital/avr/modules/trace/doc/Makefile')
-rw-r--r--digital/avr/modules/trace/doc/Makefile11
1 files changed, 11 insertions, 0 deletions
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)