mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 20:25:07 +00:00
add missing file to tarball generation (f*** autotools!!!)
This commit is contained in:
parent
7a446c102a
commit
e9181d3ad5
@ -20,7 +20,7 @@ findsconscript=(cd $(top_srcdir) && find . -name "SConscript" -print )
|
||||
findsconstruct=(cd $(top_srcdir) && find . -name "SConstruct" -print )
|
||||
findsconsdir=(cd $(top_srcdir) && find scons $(findfilterflags) -print )
|
||||
# List all files required for cmake build recipe
|
||||
findcmakelists=(cd $(top_srcdir) && find . -name "CMakeLists.txt" -print )
|
||||
findcmakelists=(cd $(top_srcdir) && find . -name "CMakeLists.txt" -print -o -name config.h.cmake -print )
|
||||
findcmakedir=(cd $(top_srcdir) && find cmake $(findfilterflags) -print )
|
||||
findcmakeextrafiles=(cd $(top_srcdir) && find po -name "po-update.sh" -print -o -name "pot-update.sh.in" -print -o -name "LINGUAS" -print )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user