]> git.ipfire.org Git - thirdparty/gcc.git/commit
sphinx: ada: port to Sphinx
authorMartin Liska <mliska@suse.cz>
Mon, 28 Jun 2021 11:53:49 +0000 (13:53 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 9 Nov 2022 08:00:36 +0000 (09:00 +0100)
commit0a543515957ff47feba739e6f71062fb2fb99125
treede64363d5fa5b5ea201b9e0369cfbab2a7fe19db
parent94246daa3efba88d4ae6619f24d737c01ba3dc89
sphinx: ada: port to Sphinx

gcc/ada/ChangeLog:

* doc/gnat-style.rst: Moved to...
* doc/gnat-style/index.rst: ...here.
* doc/gnat_rm.rst: Moved to...
* doc/gnat_rm/index.rst: ...here.
* doc/gnat_ugn.rst: Moved to...
* doc/gnat_ugn/index.rst: ...here.
* doc/share/latex_elements.py: Moved to...
* doc/share/ada_latex_elements.py: ...here.
* gcc-interface/Make-lang.in:
* doc/Makefile: Removed.
* doc/share/conf.py: Removed.
* doc/share/gnu_free_documentation_license.rst: Removed.
* gnat-style.texi: Removed.
* gnat_rm.texi: Removed.
* gnat_ugn.texi: Removed.
* doc/gnat-style/conf.py: New file.
* doc/gnat-style/gnu_free_documentation_license.rst: New file.
* doc/gnat_rm/conf.py: New file.
* doc/gnat_rm/gnu_free_documentation_license.rst: New file.
* doc/gnat_ugn/conf.py: New file.
* doc/gnat_ugn/gnu_free_documentation_license.rst: New file.
* doc/share/adabaseconf.py: New file.
* doc/gnat_rm/security_hardening_features.rst: Add role.
* doc/gnat_ugn/platform_specific_information.rst: Remove
  duplicate definition of |nbsp|.
20 files changed:
gcc/ada/doc/Makefile [deleted file]
gcc/ada/doc/gnat-style/conf.py [new file with mode: 0644]
gcc/ada/doc/gnat-style/gnu_free_documentation_license.rst [new file with mode: 0644]
gcc/ada/doc/gnat-style/index.rst [moved from gcc/ada/doc/gnat-style.rst with 99% similarity]
gcc/ada/doc/gnat_rm/conf.py [new file with mode: 0644]
gcc/ada/doc/gnat_rm/gnu_free_documentation_license.rst [new file with mode: 0644]
gcc/ada/doc/gnat_rm/index.rst [moved from gcc/ada/doc/gnat_rm.rst with 54% similarity]
gcc/ada/doc/gnat_rm/security_hardening_features.rst
gcc/ada/doc/gnat_ugn/conf.py [new file with mode: 0644]
gcc/ada/doc/gnat_ugn/gnu_free_documentation_license.rst [new file with mode: 0644]
gcc/ada/doc/gnat_ugn/index.rst [moved from gcc/ada/doc/gnat_ugn.rst with 63% similarity]
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
gcc/ada/doc/share/ada_latex_elements.py [moved from gcc/ada/doc/share/latex_elements.py with 87% similarity]
gcc/ada/doc/share/adabaseconf.py [new file with mode: 0644]
gcc/ada/doc/share/conf.py [deleted file]
gcc/ada/doc/share/gnu_free_documentation_license.rst [deleted file]
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gnat-style.texi [deleted file]
gcc/ada/gnat_rm.texi [deleted file]
gcc/ada/gnat_ugn.texi [deleted file]