From f7ec306a024477bfe78074e199259e5df7ca600f Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Thu, 19 Mar 2009 01:03:31 -0400 Subject: [PATCH] (and the Makefile too) --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 616ea15..d131723 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: lookup.html +all: lookup.html parsing.html %.html: %.rst voidspace.css rst2html --stylesheet-path=voidspace.css --no-compact-lists $< > $@