diff options
author | DINH Viet Hoa <dinh.viet.hoa@gmail.com> | 2013-02-02 21:00:20 -0800 |
---|---|---|
committer | DINH Viet Hoa <dinh.viet.hoa@gmail.com> | 2013-02-02 21:00:20 -0800 |
commit | 2319ee53c7318b31340ef8356693a5008385180b (patch) | |
tree | 4b6766fbc1e3d59d95700cd88417b77ac50870a5 /scripts | |
parent | b21a8e209974ad04e9cff02e225e772246c00c89 (diff) |
Implemented HTML rendering of messages
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepare.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prepare.sh b/scripts/prepare.sh index 3e3cb9b1..11b41a24 100755 --- a/scripts/prepare.sh +++ b/scripts/prepare.sh @@ -1,3 +1,4 @@ #!/bin/sh ./prepare-icu4c-macos.sh ./prepare-libetpan-macos.sh +./prepare-ctemplate-macos.sh |