Changeset 1605


Ignore:
Timestamp:
05/09/06 18:37:15 (7 years ago)
Author:
benjamin
Message:

compilation propre du .po de alternc-admintools

Location:
alternc/trunk
Files:
1 added
2 deleted
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/rules

    r1012 r1605  
    7575        install tools/get_domains_by_account debian/alternc/usr/bin 
    7676        install tools/get_account_by_domain debian/alternc/usr/bin 
    77         install -m 644 alternc-admintools.mo debian/alternc/usr/share/locale/fr/LC_MESSAGES 
     77        /usr/bin/msgfmt po/fr/LC_MESSAGES/alternc-admintools.po -o debian/alternc/usr/share/locale/fr/LC_MESSAGES/alternc-admintools.mo 
    7878 
    7979        # Remove helpers files from l18n dir 
  • alternc/trunk/tools/top_ftp_users

    r877 r1605  
    4141INTERMEDIATE_FILE=$TMP_ROOT/$PROG_NAME.int.$$ 
    4242LOCK_FILE=/var/run/$PROG_NAME 
    43 #export TEXTDOMAINDIR=/root/tmp/jmo/tools/alternc-admintools-0.1.0/po 
    4443export TEXTDOMAIN=alternc-admintools 
    4544YES=yes 
  • alternc/trunk/tools/top_http_users

    r877 r1605  
    4040INTERMEDIATE_FILE=$TMP_ROOT/$PROG_NAME.int.$$ 
    4141LOCK_FILE=/var/run/$PROG_NAME 
    42 #export TEXTDOMAINDIR=/root/tmp/jmo/tools/alternc-admintools-0.1.0/po 
    4342export TEXTDOMAIN=alternc-admintools 
    4443YES=yes 
  • alternc/trunk/tools/top_mysql_users

    r877 r1605  
    4040RES_FILE=$TMP_ROOT/$PROG_NAME.res.$$ 
    4141LOCK_FILE=/var/run/$PROG_NAME 
    42 #export TEXTDOMAINDIR=/root/tmp/jmo/tools/alternc-admintools-0.1.0/po 
    4342export TEXTDOMAIN=alternc-admintools 
    4443YES=yes 
Note: See TracChangeset for help on using the changeset viewer.