]> git.ipfire.org Git - people/ms/gcc.git/commit
Move target independent documentation files into subdir
authorGaius Mulley <gaiusmod2@gmail.com>
Thu, 16 Mar 2023 04:17:28 +0000 (04:17 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Thu, 16 Mar 2023 04:17:28 +0000 (04:17 +0000)
commitaf4f68166602938796f34cd4e515cb97f2f113c0
tree3e3e73165ab716f329c08f6d6a69d11fd7aeae42
parent0c061da91a3657afdb3fac68e4595af685909a1a
Move target independent documentation files into subdir

Move target independent documentation files into a subdir m2 so that
the maintainer-scripts/update_web_docs_git can build gm2.texi from the
source tree (and without any build dir).

gcc/m2/ChangeLog:

* Make-lang.in: Rename target-independent to
target-independent/m2.
* target-independent/readme.txt: Update.
* target-independent/m2/gm2-ebnf.texi: New file.
* target-independent/m2/gpl_v3_without_node.texi: New file.
* target-independent/Builtins.texi: Rename ...
* target-independent/m2/Builtins.texi: ... to this.
* target-independent/SYSTEM-iso.texi: Rename ...
* target-independent/m2/SYSTEM-iso.texi: ... to this.
* target-independent/SYSTEM-pim.texi: Rename ...
* target-independent/m2/SYSTEM-pim.texi: ... to this.
* target-independent/gm2-libs.texi: Rename ...
* target-independent/m2/gm2-libs.texi: ... to this.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/Make-lang.in
gcc/m2/target-independent/m2/Builtins.texi [moved from gcc/m2/target-independent/Builtins.texi with 100% similarity]
gcc/m2/target-independent/m2/SYSTEM-iso.texi [moved from gcc/m2/target-independent/SYSTEM-iso.texi with 100% similarity]
gcc/m2/target-independent/m2/SYSTEM-pim.texi [moved from gcc/m2/target-independent/SYSTEM-pim.texi with 100% similarity]
gcc/m2/target-independent/m2/gm2-ebnf.texi [new file with mode: 0644]
gcc/m2/target-independent/m2/gm2-libs.texi [moved from gcc/m2/target-independent/gm2-libs.texi with 100% similarity]
gcc/m2/target-independent/m2/gpl_v3_without_node.texi [new file with mode: 0644]
gcc/m2/target-independent/readme.txt