diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..40a1d6593c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Documentation"] + path = Documentation + url = https://bitbucket.org/nuttx/documentation.git diff --git a/ChangeLog b/ChangeLog index b7f87ac2ea..138f2c1d53 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10627,5 +10627,7 @@ * Broke the NuttX GIT repository into several, smaller repositories. Eliminated the misc/ directory and the content under misc/Obsoleted and misc/sims (2015-06-27). - * Removed the Documentation/ directory (2015-06-29). + * Removed the Documentation/ directory. Replaced with a GIT submodule + that will bring in the new standalone Documentation directory + (2015-06-29). diff --git a/Documentation b/Documentation new file mode 160000 index 0000000000..321f4c7648 --- /dev/null +++ b/Documentation @@ -0,0 +1 @@ +Subproject commit 321f4c76481c05796cd4543575345da02b794f86