Subversion Repositories wimsdev

Rev

Rev 13036 | Rev 14447 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13036 Rev 13784
Line 231... Line 231...
231
./mkindex >>mkindex.log
231
./mkindex >>mkindex.log
232
 
232
 
233
#wimsdoc.en
233
#wimsdoc.en
234
echo "index wimsdoc ..."
234
echo "index wimsdoc ..."
235
cd $WIMSDOC/wimsdoc.en
235
cd $WIMSDOC/wimsdoc.en
236
./Makeindex
236
sh Makeindex
237
cd $WIMSDOC/wimsdoc.cn
237
cd $WIMSDOC/wimsdoc.cn
238
## the rights are not good for wimsdoc.cn/Makeindex
238
## the rights are not good for wimsdoc.cn/Makeindex
239
chmod u+x Makeindex
-
 
240
./Makeindex
239
sh Makeindex
241
 
240
 
242
#shtooka index
241
#shtooka index
243
cd $SWAC
242
cd $SWAC
244
rm -f index.log
243
rm -f index.log
245
./mkindex >>index.log
244
./mkindex >>index.log