From 2519ab7cf207c529b0014927ff02179e2ffd3355 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 21 Jul 2011 23:44:38 -0400 Subject: add epub and pdf maker scripts --- docs/make_pdf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 docs/make_pdf (limited to 'docs/make_pdf') diff --git a/docs/make_pdf b/docs/make_pdf new file mode 100755 index 000000000..558feb857 --- /dev/null +++ b/docs/make_pdf @@ -0,0 +1,4 @@ +#!/bin/sh +make clean latex SPHINXBUILD=../env26/bin/sphinx-build +cd _build/latex && make all-pdf + -- cgit v1.2.3