some more missings files for cmake in the tarball
This commit is contained in:
parent
03eeb31061
commit
c99e9a7e8b
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ 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 )
|
||||
findcmakedir=(cd $(top_srcdir) && find cmake $(findfilterflags) -print )
|
||||
findcmakeextrafiles=(cd $(top_srcdir) && find . -name "po-update.sh" -print )
|
||||
findcmakeextrafiles=(cd $(top_srcdir) && find po -name "po-update.sh" -print )
|
||||
|
||||
# Find files derived from the manual that should go in a distribution
|
||||
finddocdist=(cd $(top_srcdir) && find doc/manual -name "*.html" -o -name "*.css" -o -name "*.jpg" -o -name "*.txt")
|
||||
|
@ -155,7 +155,7 @@ endif
|
|||
|
||||
dist-hook:
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
( $(finddata); $(finddocdist); $(findnoinst); $(findnoinst_headers); $(findextrapo); $(findsconscript); $(findsconstruct); $(findsconsdir); $(findcmakelists); $(findcmakedir) ) | (cd $(top_srcdir) && tar cf - -T -) | (cd $(distdir) && tar xf -)
|
||||
( $(finddata); $(finddocdist); $(findnoinst); $(findnoinst_headers); $(findextrapo); $(findsconscript); $(findsconstruct); $(findsconsdir); $(findcmakelists); $(findcmakedir); $(findcmakeextrafiles) ) | (cd $(top_srcdir) && tar cf - -T -) | (cd $(distdir) && tar xf -)
|
||||
|
||||
dist_noinst_DATA = copyright changelog players_changelog campaign_server.dsp editor.dev editor_gcc4.dev map_editor.dsp server.dev server.dsp unit_test.dev wesnothd.dev wesnoth.dev wesnothd_gcc4.dev wesnoth.dsp wesnoth.dsw wesnoth_gcc4.dev wesnoth.kdevelop
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue