From 28e7d308d91556ec078f708b6c4ac855ac340fcc Mon Sep 17 00:00:00 2001 From: Frank Barknecht Date: Fri, 23 Apr 2004 16:26:21 +0000 Subject: 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 --- doc/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') 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 + -- cgit v1.2.1