renamed program info directory
authorHolger Schemel <info@artsoft.org>
Fri, 29 Apr 2022 18:21:40 +0000 (20:21 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 29 Apr 2022 18:21:40 +0000 (20:21 +0200)
docs/info/program_1.txt [deleted file]
docs/program/program_1.txt [new file with mode: 0644]
src/libgame/setup.c
src/libgame/system.h

diff --git a/docs/info/program_1.txt b/docs/info/program_1.txt
deleted file mode 100644 (file)
index cacdf13..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# .font: font.text_2
-This game is Freeware!
-
-If you like it, send e-mail to:
-
-# .font: font.text_3
-info@artsoft.org
-
-
-
-# .font: font.text_2
-More information and levels:
-
-# .font: font.text_3
-https://www.artsoft.org/
-
-
-
-# .font: font.text_2
-If you have created new levels,
-send them to me to include them!
-
-:-)
diff --git a/docs/program/program_1.txt b/docs/program/program_1.txt
new file mode 100644 (file)
index 0000000..cacdf13
--- /dev/null
@@ -0,0 +1,23 @@
+# .font: font.text_2
+This game is Freeware!
+
+If you like it, send e-mail to:
+
+# .font: font.text_3
+info@artsoft.org
+
+
+
+# .font: font.text_2
+More information and levels:
+
+# .font: font.text_3
+https://www.artsoft.org/
+
+
+
+# .font: font.text_2
+If you have created new levels,
+send them to me to include them!
+
+:-)
index 464e91293967c9521a2fa1ca210f4a5889ee2558..0382a4d7a2e53b315d4fe68d68e7770238bd1e5f 100644 (file)
@@ -939,7 +939,7 @@ char *getProgramInfoFilename(int nr)
   static char *filename = NULL;
 
   if (info_subdir == NULL)
   static char *filename = NULL;
 
   if (info_subdir == NULL)
-    info_subdir = getPath2(DOCS_DIRECTORY, INFO_DIRECTORY);
+    info_subdir = getPath2(DOCS_DIRECTORY, PROGRAM_INFO_DIRECTORY);
 
   checked_free(filename);
 
 
   checked_free(filename);
 
index 15391399f06451c7b2a3b75bfeea1d0100b8c161..48eaff25d6089afde123bf699074f5092b661e4a 100644 (file)
 #define DOCS_DIRECTORY         "docs"
 #define ELEMENTS_DIRECTORY     "elements"
 #define CREDITS_DIRECTORY      "credits"
 #define DOCS_DIRECTORY         "docs"
 #define ELEMENTS_DIRECTORY     "elements"
 #define CREDITS_DIRECTORY      "credits"
-#define INFO_DIRECTORY         "info"
+#define PROGRAM_INFO_DIRECTORY "program"
 #define CACHE_DIRECTORY                "cache"
 #define CONF_DIRECTORY         "conf"
 #define NETWORK_DIRECTORY      "network"
 #define CACHE_DIRECTORY                "cache"
 #define CONF_DIRECTORY         "conf"
 #define NETWORK_DIRECTORY      "network"