ac5ddd48a0
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@2 127b21dd-08f5-0310-b4b7-95ae10353056
11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
# Oolite-linux
|
|
# GNUmakefile.postamble: Runs after-compilation scripts.
|
|
# These copy all the base data files into where oolite expects them
|
|
# to live (Contents/Resources)
|
|
#
|
|
after-all::
|
|
$(MKDIRS) $(APP_NAME).app/Contents
|
|
$(MKDIRS) $(APP_NAME).app/Contents/Resources
|
|
$(CP) *.png *.plist *.dat $(APP_NAME).app/Contents/Resources
|
|
|