Update of /cvsroot/wxdevcenter/StdPlugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9144
Modified Files:
GNUmakefile
Log Message:
Error in bakefiles.
protect file names containing spaces with ".
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/wxdevcenter/StdPlugin/GNUmakefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GNUmakefile 22 Aug 2005 17:00:57 -0000 1.1
--- GNUmakefile 22 Aug 2005 17:52:22 -0000 1.2
***************
*** 166,170 ****
done
$(INSTALL) -d $(prefix)/share/wxDevCenter/conf
! for f in Text.conf Text/.conf Text/ADA.conf Text/APDL.conf Text/ASM.conf Text/ASP.conf Text/AU3.conf Text/AVE.conf Text/BAAM.conf Text/BASH.conf Text/Batch.conf Text/Bullant.conf Text/CLW no case.conf Text/CLW.conf Text/Config.conf Text/CPP no case.conf Text/CPP.conf Text/CSS.conf Text/Diff.conf Text/Eiffel.conf Text/EiffelKW.conf Text/ERLANG.conf Text/Error list.conf Text/ESCRIPT.conf Text/F77.conf Text/FORTH.conf Text/Fortran.conf Text/GUI2CLI.conf Text/HTML.conf Text/KIX.conf Text/LaTeX.conf Text/Lisp.conf Text/LOT.conf Text/LOUT.conf Text/LUA.conf Text/Makefile.conf Text/MATLab.conf Text/METAPOST.conf Text/MMIXAL.conf Text/MS-SQL.conf Text/NN Cron Table.conf Text/NSIS.conf Text/Octave.conf Text/Pascal.conf Text/Perl.conf Text/PHP.conf Text/POV.conf Text/Power Basic.conf Text/Properties.conf Text/PS.conf Text/Python.conf Text/Ruby.conf Text/Scriptol.conf Text/SPECMAN.conf Text/SQL.conf Text/TCL.conf Text/TeX.conf Text/Text.conf Text/Verilog.conf Text/Visual Basic Script.conf Text/Visual Basic.conf Text/XCode.conf Text/XML.conf Text/YAML.conf; do \
if test ! -d $(prefix)/share/wxDevCenter/conf/`dirname $$f` ; then \
$(INSTALL) -d $(prefix)/share/wxDevCenter/conf/`dirname $$f`; \
--- 166,170 ----
done
$(INSTALL) -d $(prefix)/share/wxDevCenter/conf
! for f in Text.conf Text/.conf Text/ADA.conf Text/APDL.conf Text/ASM.conf Text/ASP.conf Text/AU3.conf Text/AVE.conf Text/BAAM.conf Text/BASH.conf Text/Batch.conf Text/Bullant.conf "Text/CLW no case.conf" Text/CLW.conf Text/Config.conf "Text/CPP no case.conf" Text/CPP.conf Text/CSS.conf Text/Diff.conf Text/Eiffel.conf Text/EiffelKW.conf Text/ERLANG.conf Text/Error list.conf Text/ESCRIPT.conf Text/F77.conf Text/FORTH.conf Text/Fortran.conf Text/GUI2CLI.conf Text/HTML.conf Text/KIX.conf Text/LaTeX.conf Text/Lisp.conf Text/LOT.conf Text/LOUT.conf Text/LUA.conf Text/Makefile.conf Text/MATLab.conf Text/METAPOST.conf Text/MMIXAL.conf Text/MS-SQL.conf "Text/NN Cron Table.conf" Text/NSIS.conf Text/Octave.conf Text/Pascal.conf Text/Perl.conf Text/PHP.conf Text/POV.conf "Text/Power Basic.conf" Text/Properties.conf Text/PS.conf Text/Python.conf Text/Ruby.conf Text/Scriptol.conf Text/SPECMAN.conf Text/SQL.conf Text/TCL.conf Text/TeX.conf Text/Text.conf Text/Verilog.conf "Text/Visual Basic Script.conf" "Text/Visual Basic.conf" Text/XCode.conf Text/XML.conf Text/YAML.conf; do \
if test ! -d $(prefix)/share/wxDevCenter/conf/`dirname $$f` ; then \
$(INSTALL) -d $(prefix)/share/wxDevCenter/conf/`dirname $$f`; \
|