|
Revision 828, 475 bytes
(checked in by joe, 3 years ago)
|
Les scripts sont maintenant éxécutables (avec svn:executable).
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
#!/bin/sh |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
cd /data/bureau/admin/aide/ |
|---|
| 6 |
|
|---|
| 7 |
rm -rf html |
|---|
| 8 |
mkdir html |
|---|
| 9 |
docbook2html --dsl /data/bureau/admin/aide/bin/frames.dsl -o html index.sgml |
|---|
| 10 |
rsync files/ html/files/ -a |
|---|
| 11 |
rsync inline/ html/ -a |
|---|
| 12 |
cd .. |
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
cd /data/bureau/admin/locale/fr_FR/LC_MESSAGES |
|---|
| 17 |
msgfmt -o alternc.mo alternc.po |
|---|
| 18 |
cd /data/bureau/admin/locale/en_US/LC_MESSAGES |
|---|
| 19 |
msgfmt -o alternc.mo alternc.po |
|---|
| 20 |
|
|---|