Prechádzať zdrojové kódy

Update CMake documentation (3.8.0, 3.7.2, 3.6.3, 3.5.2)

Thibaut Courouble 8 rokov pred
rodič
commit
5ebfd8bc17

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -155,7 +155,7 @@ credits = [
     'https://github.com/clojure/clojure/blob/master/epl-v10.html'
   ], [
     'CMake',
-    '2000-2016 Kitware, Inc.<br>&copy; 2000-2011 Insight Software Consortium',
+    '2000-2017 Kitware, Inc. and Contributors',
     'BSD',
     'https://cmake.org/licensing/'
   ], [

+ 6 - 3
lib/docs/scrapers/cmake.rb

@@ -16,13 +16,16 @@ module Docs
     options[:skip_patterns] = [/\Agenerator/, /\Ainclude/, /\Arelease/]
 
     options[:attribution] = <<-HTML
-      &copy; 2000&ndash;2016 Kitware, Inc.<br>
-      &copy; 2000&ndash;2011 Insight Software Consortium<br>
+      &copy; 2000&ndash;2017 Kitware, Inc. and Contributors<br>
       Licensed under the BSD 3-clause License.
     HTML
 
+    version '3.8' do
+      self.release = '3.8.0'
+      self.base_url = 'https://cmake.org/cmake/help/v3.8/'
+    end
     version '3.7' do
-      self.release = '3.7.1'
+      self.release = '3.7.2'
       self.base_url = 'https://cmake.org/cmake/help/v3.7/'
     end