make docs-building more robust

This commit is contained in:
Simon Michael 2008-11-23 22:29:17 +00:00
parent 470d5284b0
commit f8a37d5531

View File

@ -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