going to i18 version without games

This commit is contained in:
p.kosyh 2009-11-20 08:39:10 +00:00
parent 4d982e2dca
commit 30f7a99e79
3 changed files with 4 additions and 7 deletions

View file

@ -27,7 +27,7 @@ tarball: clean svnclean
ln -sf ./ $(VERTITLE)
make -C doc/
man doc/instead.6 > doc/instead.txt
tar -cz --exclude fantasy --exclude $(VERTITLE)/$(VERTITLE) --exclude .svn --exclude $(ARCHIVE) -f $(ARCHIVE) $(VERTITLE)/*
tar -cz --exclude $(VERTITLE)/$(VERTITLE) --exclude .svn --exclude $(ARCHIVE) -f $(ARCHIVE) $(VERTITLE)/*
$(RM) -f $(VERTITLE)
clean:

View file

@ -1,9 +1,5 @@
all:
install:
if not exist ..\bin\games\tutorial2 mkdir ..\bin\games\tutorial2
copy tutorial2 ..\bin\games\tutorial2
if not exist ..\bin\games\tutorial2-en mkdir ..\bin\games\tutorial2-en
copy tutorial2-en ..\bin\games\tutorial2-en
if not exist ..\bin\games\tutorial2-es mkdir ..\bin\games\tutorial2-es
copy tutorial2-es ..\bin\games\tutorial2-es
for /D %%f in (*) do ( if not exist "..\bin\games\%%f" mkdir "..\bin\games\%%f" )
for /D %%f in (*) do ( copy /Y %%f ..\bin\games\%%f )
clean:

View file

@ -25,6 +25,7 @@ Source: languages\*; DestDir: {app}\languages
Source: themes\default\*; DestDir: {app}\themes\default
Source: themes\book\*; DestDir: {app}\themes\book
Source: themes\original\*; DestDir: {app}\themes\original
Source: themes\fantasy\*; DestDir: {app}\themes\fantasy
Source: *.dll; DestDir: {app}
[CustomMessages]