diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-26 07:44:02 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-26 07:44:02 +0100 |
commit | 83dfda580df04d9dcfb11e93e76d2893c29b20f3 (patch) | |
tree | 5ef74d90b4a1b8788ed206ff544707531bb651fd /doc | |
parent | 9b2fec3be17d065898706245ddee7c6e020b9f6e (diff) | |
download | ghdl-83dfda580df04d9dcfb11e93e76d2893c29b20f3.tar.gz ghdl-83dfda580df04d9dcfb11e93e76d2893c29b20f3.tar.bz2 ghdl-83dfda580df04d9dcfb11e93e76d2893c29b20f3.zip |
Update copyright years before the release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 28 | ||||
-rw-r--r-- | doc/index.rst | 2 | ||||
-rw-r--r-- | doc/licenses.rst | 2 |
3 files changed, 3 insertions, 29 deletions
diff --git a/doc/Makefile b/doc/Makefile index 5f111c4d3..b094368e1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,29 +1,3 @@ -SRCS= \ -conf.py ../src/version.in \ -prolog.inc shields.json shieldswho.json \ -about.rst \ -appendix/Meta.rst \ -appendix/Roadmap.rst \ -contribute.rst \ -genindex.rst \ -getting/Directories.rst \ -getting/GCC.rst \ -getting/index.rst \ -getting/LLVM.rst \ -getting/mcode.rst \ -getting/PrecompileVendorPrimitives.rst \ -getting/Releases.rst \ -index.rst \ -licenses.rst \ -references/CodingStyle.rst \ -references/CommandReference.rst \ -references/ImplementationOfVHDL.rst \ -references/ImplementationOfVITAL.rst \ -using/Foreign.rst \ -using/InvokingGHDL.rst \ -using/QuickStartGuide.rst \ -using/Simulation.rst - CP=cp # Sphinx options. @@ -56,7 +30,7 @@ latex: #--- texi: ghdl.texi -ghdl.texi: $(SRCS) +ghdl.texi: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo $(CP) $(BUILDDIR)/texinfo/GHDL.texi $@ diff --git a/doc/index.rst b/doc/index.rst index ce9565012..a2c44d9b2 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,7 +11,7 @@ News **** - xx.xx.2020 - GHDL 2020.1 was released. + xx.xx.2020 - GHDL v0.37 was released. ====================================== The major changes are: diff --git a/doc/licenses.rst b/doc/licenses.rst index 9f7d17bb5..d979d7cc1 100644 --- a/doc/licenses.rst +++ b/doc/licenses.rst @@ -27,7 +27,7 @@ Copyrights | Licenses GNU GPLv2 ========= -GHDL is copyright |copy| 2002 - 2019 Tristan Gingold. +GHDL is copyright |copy| 2002 - 2020 Tristan Gingold. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |