[devdocsgjs/main: 1211/1867] Merge pull request #1336 from MasterEnoc/fortran




commit 88688f854906e8eced37d793b8a7c38e43885e58
Merge: 8c38a4c9 1e2200bf
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed Nov 18 21:44:35 2020 +0100

    Merge pull request #1336 from MasterEnoc/fortran
    
    Update Gnu Fortran to 10.2.0

 docs/file-scrapers.md                |  7 +++++++
 lib/docs/scrapers/gnu/gnu_fortran.rb | 15 +++++++++++++++
 2 files changed, 22 insertions(+)
---
diff --cc docs/file-scrapers.md
index e5267618,fbfbf435..a22eddb8
--- a/docs/file-scrapers.md
+++ b/docs/file-scrapers.md
@@@ -38,21 -35,14 +38,28 @@@ Go to https://www.erlang.org/downloads 
  ## Gnu
  
  ### GCC
 +Go to https://gcc.gnu.org/onlinedocs/ and download the HTML tarball of GCC Manual and GCC CPP manual or run 
the following commands to download the tarballs:
 +
 +```sh
 +# GCC manual
 +mkdir docs/gcc~${VERSION}; \
 +curl https://gcc.gnu.org/onlinedocs/gcc-$RELEASE/gcc-html.tar.gz | \
 +tar --extract --gzip --strip-components=1 --directory=docs/gcc~${VERSION}
 +
 +# GCC CPP manual
 +mkdir docs/gcc~${VERSION}_cpp; \
 +curl https://gcc.gnu.org/onlinedocs/gcc-$RELEASE/cpp-html.tar.gz | \
 +tar --extract --gzip --strip-components=1 --directory=docs/gcc~${VERSION}_cpp
 +```
 +
  ### GNU Fortran
+ Go to https://gcc.gnu.org/onlinedocs/ and download the HTML tarball of Fortran manual or run the following 
commands to download the tarball:
+ 
+ ```sh
+ mkdir docs/gnu_fortran~$VERSION; \
+ curl https://gcc.gnu.org/onlinedocs/gcc-$RELEASE/gfortran-html.tar.gz | \
+ tar --extract --gzip --strip-components=1 --directory=docs/gnu_fortran~$VERSION
+ ```
  
  ## Gnuplot
  


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]