From 25a4162d4249c0c148438bfa2255c9f6af702569 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 21 Jun 2010 00:18:32 +0200 Subject: make doc: minor cleanup and fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc9fff9c..57db7b11 100644 --- a/Makefile +++ b/Makefile @@ -61,11 +61,11 @@ doc: cleandoc $(PYTHON) -c 'import pydoc, sys; \ sys.path[0] = "$(CWD)"; \ pydoc.writedocs("$(CWD)")' - rm $(DOCDIR)/test*; \ + rm $(DOCDIR)/test* find . -name \*.html -exec sed -i 's|'$(CWD)'|../..|g' -- {} \; cleandoc: - test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html + test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html || true test: @$(PYTHON) test/all_tests.py 1 -- cgit 1.4.1-2-gfad0