ENH: add quotes around the file names, so kwstyle can handle it if there are

spaces in the path

Alex
This commit is contained in:
Alexander Neundorf 2007-07-20 16:31:34 -04:00
parent fcad93e172
commit c11de849cd
1 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
@CMAKE_SOURCE_DIR@/Source/*.txx "@CMAKE_SOURCE_DIR@/Source/*.txx"
@CMAKE_SOURCE_DIR@/Source/*.cxx "@CMAKE_SOURCE_DIR@/Source/*.cxx"
@CMAKE_SOURCE_DIR@/Source/*.h* "@CMAKE_SOURCE_DIR@/Source/*.h*"
@CMAKE_SOURCE_DIR@/Source/CPack/*.txx "@CMAKE_SOURCE_DIR@/Source/CPack/*.txx"
@CMAKE_SOURCE_DIR@/Source/CPack/*.cxx "@CMAKE_SOURCE_DIR@/Source/CPack/*.cxx"
@CMAKE_SOURCE_DIR@/Source/CPack/*.h* "@CMAKE_SOURCE_DIR@/Source/CPack/*.h*"
@CMAKE_SOURCE_DIR@/Source/CTest/*.txx "@CMAKE_SOURCE_DIR@/Source/CTest/*.txx"
@CMAKE_SOURCE_DIR@/Source/CTest/*.cxx "@CMAKE_SOURCE_DIR@/Source/CTest/*.cxx"
@CMAKE_SOURCE_DIR@/Source/CTest/*.h* "@CMAKE_SOURCE_DIR@/Source/CTest/*.h*"
@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.h* "@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.h*"
@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.cxx "@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.cxx"
@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.txx "@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.txx"
-f (Lexer\.cxx) -f (Lexer\.cxx)