For tiny-gui install, remove an obsolete reference to data/tutorial

This commit is contained in:
Ali El Gariani 2007-05-15 14:01:51 +00:00
parent ce458a979c
commit 93f9fa43be

View file

@ -75,7 +75,7 @@ if DUMMYLOCALES
true
endif
if TINYGUI
(cd $(top_srcdir) && find data/campaigns data/tutorial images images/terrain \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy-unmoved.png' -print \) ) | while read p; do \
(cd $(top_srcdir) && find data/campaigns images images/terrain \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy-unmoved.png' -print \) ) | while read p; do \
$(w_preparefileinstall) \
eval `identify $$d$$p | cut -f 3 -d ' ' | sed s/^/imagewidth=/ | sed s/x/\;imageheight=/` ;\
case $${imagewidth}x$$imageheight in \