diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-03-08 23:02:17 +0000 |
commit | 1b4d0a5eb370702dcab377403e79782f918244f2 (patch) | |
tree | 748793b1ff9322556b5ca92e06332fffa73c1713 /build | |
parent | d44e457369a68fa4fc2b811a3cb571970380e546 (diff) | |
download | manaverse-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-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 |