Skip to content

Commit

Permalink
Update buildrules.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexxie9952 committed May 4, 2024
1 parent c66fe35 commit d1872ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions freeciv-web/buildrules.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# builds Freeciv-web, copies the war file to Tomcat and builds the selected rulesets.

RULESETS=(civ2civ3 civ1 civ2 mp2 sandbox webperimental experimental alien classic classicplus multiplayer mpplus mp2-ag mp2-brava mp2-caravel mp2-dragoon mp2-elephant)
RULESETS=(civ2civ3 civ1 civ2 sandbox experimental alien classic classicplus multiplayer mpplus mp2-ag mp2-brava mp2-caravel mp2-dragoon mp2-elephant)
TOPDIR="$( cd ../"$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"

printf "\n**********************************************************************\n"
Expand All @@ -11,13 +11,13 @@ printf "**********************************************************************\n
printf "\nUpdating rulesets...\n"
for r in ${RULESETS[@]}; do
echo "Copying $r"
bash ../scripts/copy-ruleset.sh $r
bash ../scripts/copy-ruleset.sh $r
done

printf "\nRe-generating manuals\n"
cd src/derived/webapp/man
for r in ${RULESETS[@]}; do
echo "Generating help manual for *********************************************** $r"
echo "Generating help manual for *********************************************** $r"
${HOME}/freeciv/bin/freeciv-manual -r $r
done

Expand Down

0 comments on commit d1872ed

Please sign in to comment.