aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2004-04-23 16:26:21 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2004-04-23 16:26:21 +0000
commit28e7d308d91556ec078f708b6c4ac855ac340fcc (patch)
treeb406f3f4e426f3bb03acce88bb5027babd9b4a6b /doc/Makefile
parent35994ca3a4ef6a136a16cac63b4f68540d0434e1 (diff)
This commit was generated by cvs2svn to compensate for changes in r1632,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/rradical/; revision=1633
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..2fc91bb
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,13 @@
+REST = rradicalpd
+
+all: html tex pdf
+
+tex:
+ rest2latex --documentclass=scrartcl $(REST).rst $(REST).tex
+
+pdf: tex
+ pdflatex $(REST).tex
+
+html:
+ rest2html $(REST).rst $(REST).html
+