source: MondoRescue/branches/stable/mondo/po/mkpot@ 1638

Last change on this file since 1638 was 1638, checked in by Bruno Cornec, 17 years ago

Continue to use configuration file data (may not compile)

  • Property svn:executable set to *
File size: 192 bytes
RevLine 
[1638]1#!/bin/bash
2#
3# $Id$
4#
5# Recreate updated message files
6#
7xgettext --keyword=_ -d mondo `find .. -name '*.c' -o -name '*.h'`
8for po in *.po; do
9 msgmerge -U $po mondo.po
10done
11# rm -f mondo.po
Note: See TracBrowser for help on using the repository browser.