summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerFedja Beader <fedja@protonmail.ch>2024-03-08 23:02:17 +0000
commit1b4d0a5eb370702dcab377403e79782f918244f2 (patch)
tree748793b1ff9322556b5ca92e06332fffa73c1713 /build
parentd44e457369a68fa4fc2b811a3cb571970380e546 (diff)
downloadmanaverse-1b4d0a5eb370702dcab377403e79782f918244f2.tar.gz
manaverse-1b4d0a5eb370702dcab377403e79782f918244f2.tar.bz2
manaverse-1b4d0a5eb370702dcab377403e79782f918244f2.tar.xz
manaverse-1b4d0a5eb370702dcab377403e79782f918244f2.zip
Rename the program from ManaPlus to ManaVerse.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/makegprof4
-rwxr-xr-xbuild/update-creator.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/build/makegprof b/build/makegprof
index 967238b8e..b04a33a46 100755
--- a/build/makegprof
+++ b/build/makegprof
@@ -1,7 +1,7 @@
#!/bin/sh
mv ../run/gmon.out .
-gprof ../run/bin/manaplus >gprof.txt
-gprof --inline-file-names ../run/bin/manaplus >gprofi.txt
+gprof ../run/bin/manaverse >gprof.txt
+gprof --inline-file-names ../run/bin/manaverse >gprofi.txt
gprof2dot.py <gprof.txt >gprof.dot
dot -Tpng -o gprof.png <gprof.dot
diff --git a/build/update-creator.sh b/build/update-creator.sh
index f3fc9e28c..7a2b6a750 100755
--- a/build/update-creator.sh
+++ b/build/update-creator.sh
@@ -7,5 +7,5 @@ find -name \*.cpp \
-o -name \*.am \
-o -name \*.txt \
-o -name \*.xml \
- -o -name \*.manaplus \
- | sort > manaplus.files
+ -o -name \*.mana \
+ | sort > manaverse.files