diff options
author | hut <hut@lavabit.com> | 2010-09-11 22:56:00 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-09-11 22:56:00 +0200 |
commit | 27eec7c6b53303acfd7713f7cc696ea50894a6b1 (patch) | |
tree | f5a1a27ce4fbfaad3b154c313d2d18bdf9c62255 /Makefile | |
parent | 471fc68047418ec7af877598b19696837ed7750c (diff) | |
download | ranger-27eec7c6b53303acfd7713f7cc696ea50894a6b1.tar.gz |
Makefile, setup.py: Fixed `make doc`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1b26e117..fd525721 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,6 @@ doc: cleandoc $(PYTHON) -c 'import pydoc, sys; \ sys.path[0] = "$(CWD)"; \ pydoc.writedocs("$(CWD)")' - rm $(DOCDIR)/test* find . -name \*.html -exec sed -i 's|'$(CWD)'|../..|g' -- {} \; cleandoc: |