summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-10 20:08:06 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-10 20:08:06 +0000
commit09f92bafa59460ea4597c557e469e982386c9e3b (patch)
treea5949245e6544eb5795e9b71f4df112ec52b31d3 /docs/Makefile
parent0c5bc4caf9cfb221822fead442b462be2f47b97b (diff)
Started writing documentation
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@953 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 00000000..e4cac27d
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,4 @@
+all: index.html
+
+%.html: %.rst
+ rst2html --stylesheet=lsr.css --link-stylesheet $< $@ \ No newline at end of file