Fix a minor glitch.
This commit is contained in:
parent
3659238204
commit
096b56b50d
1 changed files with 4 additions and 1 deletions
|
@ -53,6 +53,9 @@
|
|||
#
|
||||
# 7) replace wesnoth-oldtextdomain by wesnoth-newtextdomain in configure.ac
|
||||
#
|
||||
# Note: This script is rather sensitive to the current directory layout --
|
||||
# the campaigns directory is required to be under data, po directly under
|
||||
# toplevel, etc. It will silently break if these assumptions stop being true.
|
||||
|
||||
usage()
|
||||
{
|
||||
|
@ -152,7 +155,7 @@ else
|
|||
configure.ac \
|
||||
po/Makefile.am \
|
||||
po/${oldtextdomain}/Makevars \
|
||||
data/${campaign}.cfg \
|
||||
data/campaigns/${campaign}.cfg \
|
||||
`find data/campaigns/${campaign} -name "*.cfg" -print`
|
||||
|
||||
# Then do the .pot and folder moves
|
||||
|
|
Loading…
Add table
Reference in a new issue