From 6fd7e5f149b80e35897f151b5190769135c7fe5e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 13 Mar 2008 10:05:36 +0100 Subject: [PATCH] Added submodules. --- .gitmodules | 6 ++++++ doc/common | 1 + m4 | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 doc/common create mode 160000 m4 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d38140d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "m4"] + path = m4 + url = git://git.indexdata.com/m4 +[submodule "doc/common"] + path = doc/common + url = git://git.indexdata.com/id-docbook-common diff --git a/doc/common b/doc/common new file mode 160000 index 0000000..ad59063 --- /dev/null +++ b/doc/common @@ -0,0 +1 @@ +Subproject commit ad590638ef9832806a7c1d5d996ac512160130d5 diff --git a/m4 b/m4 new file mode 160000 index 0000000..a3d7a33 --- /dev/null +++ b/m4 @@ -0,0 +1 @@ +Subproject commit a3d7a3375702caae9794ae3a724e51ae9ee46ac3 -- 1.7.10.4