summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-24 22:03:17 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-24 22:03:17 -0700
commit6da71338337da0005020d658fb4b810b6bb08f2b (patch)
treea43cbae87fe412e52580054b559fa314cd2772b5
parentb190132565b9d667a1ace951ebe3e612013f9fa9 (diff)
Add _main as a submodule and symlink docs to _main/docs
-rw-r--r--.gitmodules3
l---------docs1
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..d8fb33b
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "_main"]
+ path = _main
+ url = https://github.com/zeux/pugixml.git
diff --git a/docs b/docs
new file mode 120000
index 0000000..30359c1
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+_main/docs \ No newline at end of file