diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-10-01 11:36:26 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-10-01 11:36:26 +0200 |
commit | eb8e27333c076a55d0a5633a53efcde4e79d9984 (patch) | |
tree | 254b12bb6cc72b4afa87418d57ee429b4908673e /.gitmodules | |
parent | metadata.rnc: Update from DTD (diff) | |
download | nxml-gentoo-schemas-eb8e27333c076a55d0a5633a53efcde4e79d9984.tar.gz nxml-gentoo-schemas-eb8e27333c076a55d0a5633a53efcde4e79d9984.tar.bz2 nxml-gentoo-schemas-eb8e27333c076a55d0a5633a53efcde4e79d9984.zip |
Add dtd and devmanual repos as submodules
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
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 |