summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09463244..cc9fff9c 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ 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
15 21:23:58 +0000 committer James Booth <boothj5@gmail.com> 2013-12-15 21:23:58 +0000 Added test for message when connecting via account' href='/danisanti/profani-tty/commit/tests/test_cmd_connect.h?id=cae2979a0b5601ae7c1b39a5b28f4ceb77218bfa'>cae2979a ^
5ec2d3cf ^
b4e9905d ^







0ee6c7a6 ^


21f0bd04 ^
91d4097d ^
bd221f6f ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26