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
;sir@cmpwn.com> 2018-01-09 19:18:19 -0500 committer Drew DeVault <sir@cmpwn.com> 2018-01-09 19:28:43 -0500 Load UI configuration' href='/akspecs/aerc/commit/config/aerc.conf?id=39c93d2897af5bb0c145ef4f99f542bf42babdab'>39c93d2 ^
39c93d2 ^





39c93d2 ^




99c363b ^




39c93d2 ^

bbdf9df ^


39c93d2 ^
bbdf9df ^

39c93d2 ^








b83e7c9 ^






065da5e ^






bbdf9df ^








8e5ed2a ^

61206c6 ^
37f0114 ^
61ef404 ^
e0cadd6 ^
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80