diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-01 00:53:09 +0100 |
commit | 5623d2ca02a0f67f7158b4d4a2473e27d730b4cf (patch) | |
tree | 70eaa57b45bc9d187d73b1cfa681e40637932533 /build | |
parent | 860f95f125e5bf9acf9ac3bf7015aa500d1e1e73 (diff) | |
download | manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.gz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.bz2 manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.xz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.zip |
Rename the program from ManaPlus to ManaVerse.
Diffstat (limited to 'build')
-rwxr-xr-x | build/makegprof | 4 | ||||
-rwxr-xr-x | build/update-creator.sh | 4 |
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 |