Subversion Repositories SvarDOS

Rev

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

Rev 1176 Rev 1206
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# builds AMB-based help files for each available language
3
# builds AMB-based help files for each available language
4
# this is a Linux shell script that requires following tools to be in path:
4
# this is a Linux shell script that requires following tools to be in path:
5
#  - ambpack
5
#  - ambpack - http://amb.osdn.io/
6
#  - utf8tocp
6
#  - utf8tocp - https://utf8tocp.sourceforge.io/
7
#  - zip
7
#  - zip
8
#
8
#
9
 
9
 
10
set -e
10
set -e
11
 
11