commit: eb8e27333c076a55d0a5633a53efcde4e79d9984 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Oct 1 09:36:26 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Oct 1 09:36:26 2022 +0000 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=eb8e2733
Add dtd and devmanual repos as submodules Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> .gitmodules | 6 ++++++ devmanual | 1 + dtd | 1 + 3 files changed, 8 insertions(+) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a82473d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "dtd"] + path = dtd + url = https://anongit.gentoo.org/git/data/dtd.git +[submodule "devmanual"] + path = devmanual + url = https://anongit.gentoo.org/git/proj/devmanual.git diff --git a/devmanual b/devmanual new file mode 160000 index 0000000..f73fcfb --- /dev/null +++ b/devmanual @@ -0,0 +1 @@ +Subproject commit f73fcfb9352f815d44a0198516ac759caa6e09ec diff --git a/dtd b/dtd new file mode 160000 index 0000000..87222b4 --- /dev/null +++ b/dtd @@ -0,0 +1 @@ +Subproject commit 87222b4de8d12028cb8a72b1f80a318a749c239d
