diff options
-rw-r--r-- | doc/Makefile | 28 | ||||
-rw-r--r-- | doc/index.rst | 2 | ||||
-rw-r--r-- | doc/licenses.rst | 2 | ||||
-rw-r--r-- | src/ghdldrv/ghdlmain.adb | 2 |
4 files changed, 4 insertions, 30 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. diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb index 1db20fbaa..a6ff2a4a8 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/ghdldrv/ghdlmain.adb @@ -258,7 +258,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003 - 2019 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2020 Tristan Gingold."); Put_Line ("GHDL is free software, covered by the " & "GNU General Public License. There is NO"); Put_Line ("warranty; not even for MERCHANTABILITY or" |