From f8a37d5531e164aead6a66f8bbff27792c9eda3d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Nov 2008 22:29:17 +0000 Subject: [PATCH] make docs-building more robust --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d464ab973..f5b0cdda9 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ docs: html pdf api-doc-frames html: for d in $(DOCS); do rst2html $$d >doc/$$d.html; done - cd doc; ln -s README.html index.html + cd doc; ln -f -s README.html index.html pdf: for d in $(DOCS); do rst2pdf $$d -o doc/$$d.pdf; done