File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -693,10 +693,17 @@ LANG_GEN = \
693693 runtime/tutor/Makefile \
694694 runtime/tutor/tutor.utf-8 \
695695 runtime/tutor/tutor.?? \
696- runtime/tutor/tutor.??.* \
697- runtime/tutor/tutor.??_??.* \
696+ runtime/tutor/tutor.??.utf-8 \
697+ runtime/tutor/tutor.??.euc \
698+ runtime/tutor/tutor.??.sjis \
699+ runtime/tutor/tutor.??.iso9 \
700+ runtime/tutor/tutor.??.big5 \
701+ runtime/tutor/tutor.??.cp1250 \
702+ runtime/tutor/tutor.??.cp1251 \
703+ runtime/tutor/tutor.??.cp737 \
704+ runtime/tutor/tutor.??_??.utf-8 \
698705 runtime/tutor/tutor.bar \
699- runtime/tutor/tutor.bar.* \
706+ runtime/tutor/tutor.bar.utf-8 \
700707 runtime/spell/README.txt \
701708 runtime/spell/??/*.diff \
702709 runtime/spell/??/main.aap \
Original file line number Diff line number Diff line change @@ -719,6 +719,8 @@ static char *(features[]) =
719719
720720static int included_patches [] =
721721{ /* Add new patch number below this line */
722+ /**/
723+ 681 ,
722724/**/
723725 680 ,
724726/**/
You can’t perform that action at this time.
0 commit comments