From: naoki i. <am...@us...> - 2008-05-25 08:04:49
|
Update of /cvsroot/popfile/macosx/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19367/modules Modified Files: Makefile Log Message: Filter CVS folders in building the installer Index: Makefile =================================================================== RCS file: /cvsroot/popfile/macosx/modules/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 25 May 2008 07:38:05 -0000 1.2 --- Makefile 25 May 2008 08:04:55 -0000 1.3 *************** *** 313,316 **** --- 313,317 ---- esac + if test ! -d $(KAKASI_DIC_ROOT); then mkdir $(KAKASI_DIC_ROOT); fi cp -f $(KAKASI)/kanwadict-body $(KAKASI_DIC_ROOT) cp -f $(KAKASI)/kanwadict-head_i386 $(KAKASI_DIC_ROOT) |