tools -> devtools

This commit is contained in:
Pawel Kolodziejski 2011-04-18 00:18:15 +02:00
parent fc216fcc4e
commit a875ffaa0a

View File

@ -54,7 +54,7 @@ bundle: residual-static
ifdef DIST_FILES_ENGINEDATA
cp $(DIST_FILES_ENGINEDATA) $(bundle_name)/Contents/Resources/
endif
$(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
$(srcdir)/devtools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
chmod 644 $(bundle_name)/Contents/Resources/*
cp residual-static $(bundle_name)/Contents/MacOS/residual
chmod 755 $(bundle_name)/Contents/MacOS/residual
@ -145,7 +145,7 @@ iphone: $(OBJS)
# TODO: Replace AUTHORS by Credits.rtf
osxsnap: bundle
mkdir Residual-snapshot
$(srcdir)/tools/credits.pl --text > $(srcdir)/AUTHORS
$(srcdir)/devtools/credits.pl --text > $(srcdir)/AUTHORS
cp $(srcdir)/AUTHORS ./Residual-snapshot/Authors
cp $(srcdir)/COPYING ./Residual-snapshot/License\ \(GPL\)
cp $(srcdir)/COPYING.LGPL ./Residual-snapshot/License\ \(LGPL\)