From: naoki i. <am...@us...> - 2008-05-25 07:37:58
|
Update of /cvsroot/popfile/macosx/addssl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9408/addssl Modified Files: Makefile Log Message: Update Makefiles to create necessary folders Index: Makefile =================================================================== RCS file: /cvsroot/popfile/macosx/addssl/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 25 May 2008 07:03:23 -0000 1.1.1.1 --- Makefile 25 May 2008 07:38:05 -0000 1.2 *************** *** 82,85 **** --- 82,87 ---- documents: $(ENGINE)/license $(ENGINE)/v$(POPFILE_VERSION).change $(ENGINE)/v$(POPFILE_VERSION).change.nihongo cp $(ENGINE)/license $(RESOURCES)/License.txt + if test ! -d $(RESOURCES)/English.lproj; then mkdir $(RESOURCES)/English.lproj ; fi + if test ! -d $(RESOURCES)/Japanese.lproj; then mkdir $(RESOURCES)/Japanese.lproj ; fi cp $(ENGINE)/v$(POPFILE_VERSION).change $(RESOURCES)/English.lproj/ReadMe.txt cp $(ENGINE)/v$(POPFILE_VERSION).change.nihongo $(RESOURCES)/Japanese.lproj/ReadMe.txt |