@@ -48,61 +48,53 @@ class Gcc < Gnu
4848
4949 version '7' do
5050 self . release = '7.3.0'
51- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc7'
5251 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
5352 end
5453
5554 version '7 CPP' do
5655 self . release = '7.3.0'
57- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp7'
5856 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
5957
6058 options [ :replace_paths ] = CPP_PATHS
6159 end
6260
6361 version '6' do
6462 self . release = '6.4.0'
65- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc6'
6663 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
6764
6865 options [ :root_title ] = 'Using the GNU Compiler Collection (GCC)'
6966 end
7067
7168 version '6 CPP' do
7269 self . release = '6.4.0'
73- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp6'
7470 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
7571
7672 options [ :replace_paths ] = CPP_PATHS
7773 end
7874
7975 version '5' do
8076 self . release = '5.4.0'
81- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc5'
8277 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
8378
8479 options [ :root_title ] = 'Using the GNU Compiler Collection (GCC)'
8580 end
8681
8782 version '5 CPP' do
8883 self . release = '5.4.0'
89- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp5'
9084 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
9185
9286 options [ :replace_paths ] = CPP_PATHS
9387 end
9488
9589 version '4' do
9690 self . release = '4.9.3'
97- self . dir = '/Users/Thibaut/DevDocs/Docs/gcc4'
9891 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /gcc/"
9992
10093 options [ :root_title ] = 'Using the GNU Compiler Collection (GCC)'
10194 end
10295
10396 version '4 CPP' do
10497 self . release = '4.9.3'
105- self . dir = '/Users/Thibaut/DevDocs/Docs/gcpp4'
10698 self . base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{ release } /cpp/"
10799
108100 options [ :replace_paths ] = CPP_PATHS
0 commit comments