File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
.project
4
4
.cproject
5
5
/build
6
- /debug
7
- /release
8
6
/other
9
7
/doc /html
10
8
/opencc.xcodeproj
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME
45
45
"${PACKAGE_NAME} -${OPENCC_VERSION_MAJOR} .${OPENCC_VERSION_MINOR} .${OPENCC_VERSION_REVISION} "
46
46
)
47
47
set (CPACK_SOURCE_IGNORE_FILES
48
- "/build/;/release/;/debug/;/ other/;/opencc.xcodeproj/;/.git/;.gitignore;~$;${CPACK_SOURCE_IGNORE_FILES} "
48
+ "/build/;/test/dict.ocd;/test/dict.txt;/test/dict.bin;/ other/;/opencc.xcodeproj/;/.git/;.gitignore;~$;.pyc ;${CPACK_SOURCE_IGNORE_FILES} "
49
49
)
50
50
include (CPack)
51
51
Original file line number Diff line number Diff line change 63
63
64
64
install : build
65
65
make -C build/rel install
66
+
67
+ dist : release
68
+ make -C build/rel package_source
You can’t perform that action at this time.
0 commit comments