Remove Inform as a submodule
authorJason Self <j@jxself.org>
Sun, 14 Jul 2019 21:52:35 +0000 (14:52 -0700)
committerJason Self <j@jxself.org>
Sun, 14 Jul 2019 21:52:35 +0000 (14:52 -0700)
.gitmodules
README
build.sh
inform [deleted submodule]

index 172c47fd510f57c190b00cf324c3b7f1bcada6d6..149d6ef8242d15056f0442515b66896a70c04c93 100644 (file)
@@ -1,6 +1,3 @@
 [submodule "lib"]
        path = lib
-       url = https://jxself.org/git/informlib.git
-[submodule "inform"]
-       path = inform
-       url = https://jxself.org/git/inform.git
+       url = https://jxself.org/git/informlib.git
\ No newline at end of file
diff --git a/README b/README
index 2ddea60b07a667e0c51372bf95189e0b94349872..dc509aeca17fc78c3d760bd310f8173ae83ae70a 100644 (file)
--- a/README
+++ b/README
@@ -4,16 +4,14 @@ standard library:
        git submodule init
        git submodule update
 
-First build the compiler:
-
-       cd inform
-       gcc *.c -o inform
-       cd ../
+You also need to have my modified version of the Inform compiler. See 
+https://jxself.org/git/?p=inform.git to download and install the 
+compiler on your system.
 
 Once the compiler has been compiled and is ready for use return to 
 this directory and run:
 
-       ./inform/inform +include_path=lib the-mall
+       inform +include_path=lib the-mall
 
 Or you can run the included build.sh script which does the same thing.
 
index a0a1639a8f4bdde4f7e9516670ef2b865d5b8ddd..d674e2d8dcf8258273980e9213c314f571044644 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,4 @@
 # You should have received a copy of the GNU Affero General Public
 # License along with this file. If not, see https://gnu.org/licenses/
 
-cd inform
-gcc *.c -o inform
-cd ../
-./inform/inform +include_path=lib the-mall
\ No newline at end of file
+inform +include_path=lib the-mall
\ No newline at end of file
diff --git a/inform b/inform
deleted file mode 160000 (submodule)
index d109013..0000000
--- a/inform
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit d1090135a32de7b38b48c55d4e21f95da4c405bc