summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
me the previous revision' href='/akkartik/mu/blame/subx/subx.vim?h=hlt&id=b20d9ad3030729c57da73ec2c321795907d11b7a'>^
2c6a077f ^


1837c616 ^
a0db7903 ^
1837c616 ^
76aace46 ^
e59a91b7 ^


521ff2f1 ^
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
27
28
29
30
31
32
33