@@ -48,61 +48,53 @@ class Gcc < Gnu
48
48
49
49
version '7' do
50
50
self . release = '7.3.0'
51
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc7'
52
51
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
53
52
end
54
53
55
54
version '7 CPP' do
56
55
self . release = '7.3.0'
57
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp7'
58
56
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
59
57
60
58
options [ :replace_paths ] = CPP_PATHS
61
59
end
62
60
63
61
version '6' do
64
62
self . release = '6.4.0'
65
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc6'
66
63
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
67
64
68
65
options [ :root_title ] = 'Using the GNU Compiler Collection (GCC)'
69
66
end
70
67
71
68
version '6 CPP' do
72
69
self . release = '6.4.0'
73
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp6'
74
70
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
75
71
76
72
options [ :replace_paths ] = CPP_PATHS
77
73
end
78
74
79
75
version '5' do
80
76
self . release = '5.4.0'
81
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc5'
82
77
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
83
78
84
79
options [ :root_title ] = 'Using the GNU Compiler Collection (GCC)'
85
80
end
86
81
87
82
version '5 CPP' do
88
83
self . release = '5.4.0'
89
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp5'
90
84
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
91
85
92
86
options [ :replace_paths ] = CPP_PATHS
93
87
end
94
88
95
89
version '4' do
96
90
self . release = '4.9.3'
97
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc4'
98
91
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
99
92
100
93
options [ :root_title ] = 'Using the GNU Compiler Collection (GCC)'
101
94
end
102
95
103
96
version '4 CPP' do
104
97
self . release = '4.9.3'
105
- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp4'
106
98
self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
107
99
108
100
options [ :replace_paths ] = CPP_PATHS
0 commit comments