root/alternc/trunk/aide/bin/build.sh

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 # $Id: build.sh,v 1.1.1.1 2003/03/26 17:41:29 root Exp $
4
5 cd /data/bureau/admin/aide/
6 # BUILD HTML
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 # Construction du fichier langue :
15 # fr_FR :
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
Note: See TracBrowser for help on using the browser.