diff options
author | Roger Leigh <rleigh@debian.org> | 2008-01-18 17:45:57 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2008-01-18 17:45:57 +0000 |
commit | b4d52ee2884877010237255d216158fb5ab2dafc (patch) | |
tree | d07169e5821bcd431db1c0a6d7d00608baf3c467 /scripts | |
parent | cb035fbc8e7db4813193d5cd97be6648bca64d90 (diff) | |
download | schroot-b4d52ee2884877010237255d216158fb5ab2dafc.tar.gz |
* configure.ac: Generate scripts/po-notify.
* scripts/po-notify.in: New script to notify translators.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.gitignore | 1 | ||||
-rwxr-xr-x | scripts/po-notify.in | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index 37a17009..28d37439 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -6,3 +6,4 @@ install-sh ltmain.sh missing mkinstalldirs +po-notify diff --git a/scripts/po-notify.in b/scripts/po-notify.in new file mode 100755 index 00000000..b77b7b63 --- /dev/null +++ b/scripts/po-notify.in @@ -0,0 +1,3 @@ +#!/bin/sh + +podebconf-report-po --call --withtranslators --podir=@abs_top_srcdir@/po |