forked from project-ethea/Invasion_from_the_Unknown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
23 lines (15 loc) · 718 Bytes
/
Makefile
File metadata and controls
23 lines (15 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Run validation tests
ADDON_NAME := Invasion_from_the_Unknown
CAMPAIGNSYM := CAMPAIGN_INVASION_FROM_THE_UNKNOWN
DIST_VERSION_FILE := dist/VERSION
DIFFICULTIES := EASY NORMAL HARD
# FIXME: We need this in order to be able to test more than just the wmlunits
# version because Naia's Makefile.wmltools isn't designed for single-episode
# campaigns right now (oopsies)
PACKS := DEFAULT
SCENARIO_DIRS := scenarios
include ../Naia/tools/Makefile.wmltools
normalize-textdomains:
find . \( -name '*.cfg' -o -name '*.lua' \) -type f -print0 | xargs -0 \
sed -ri 's/wesnoth-(After_the_Storm|Era_of_Chaos)/wesnoth-Invasion_from_the_Unknown/'
clean: clean-wmltools