forked from project-ethea/After_the_Storm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
26 lines (18 loc) · 676 Bytes
/
Makefile
File metadata and controls
26 lines (18 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Run validation tests
ADDON_NAME := After_the_Storm
CAMPAIGNSYM := CAMPAIGN_AFTER_THE_STORM
DIST_VERSION_FILE := dist/VERSION
DIFFICULTIES := EASY NORMAL HARD
PACKS := \
CAMPAIGN_AFTER_THE_STORM_EPISODE_I \
CAMPAIGN_AFTER_THE_STORM_EPISODE_II \
CAMPAIGN_AFTER_THE_STORM_EPISODE_III
SCENARIO_DIRS := \
episode1/scenarios \
episode2/scenarios \
episode3/scenarios
include ../Naia/tools/Makefile.wmltools
normalize-textdomains:
find . \( -name '*.cfg' -o -name '*.lua' \) -type f -print0 | xargs -0 \
sed -ri 's/wesnoth-(Invasion_from_the_Unknown|Era_of_Chaos)/wesnoth-After_the_Storm/'
clean: clean-wmltools