Add informlib as a submodule
authorJason Self <j@jxself.org>
Tue, 27 Aug 2019 03:50:24 +0000 (20:50 -0700)
committerJason Self <j@jxself.org>
Tue, 27 Aug 2019 03:50:24 +0000 (20:50 -0700)
Also add a build script.

.gitmodules [new file with mode: 0644]
build.sh [changed mode: 0755->0644]
lib [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..dc70f3a
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "lib"]
+       path = lib
+       url = https://jxself.org/git/informlib.git
old mode 100755 (executable)
new mode 100644 (file)
index e7ad751..44fa505
--- a/build.sh
+++ b/build.sh
@@ -2,10 +2,10 @@
 #
 # Copyright (C) 2019 Jason Self <j@jxself.org>
 #
-# You can redistribute it and/or modify this file under the terms of
-# the GNU Affero General Public License as published by the Free
-# Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
+# You can redistribute and/or modify this file under the terms of the
+# GNU Affero General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any
+# later version.
 #
 # This file is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -13,7 +13,7 @@
 # Affero General Public License for more details.
 #
 # You should have received a copy of the GNU Affero General Public
-# License along with this file.  If not, see
+# License along with this file. If not, see
 # <https://www.gnu.org/licenses/>.
 
 inform +include_path=lib the-server-room.inf
\ No newline at end of file
diff --git a/lib b/lib
new file mode 160000 (submodule)
index 0000000..aec9e41
--- /dev/null
+++ b/lib
@@ -0,0 +1 @@
+Subproject commit aec9e4131b092ed33213b9891e1dc2b9574edf99