diff po/update-potfiles.sh @ 2091:612d25be0fbd

added notice to POTFILES.in about update-potfiles.sh
author mf0102 <0102@gmx.at>
date Thu, 18 Oct 2007 15:22:17 +0200
parents bee9eaedefa5
children be52c86750d7
line wrap: on
line diff
--- a/po/update-potfiles.sh	Thu Oct 18 14:49:14 2007 +0200
+++ b/po/update-potfiles.sh	Thu Oct 18 15:22:17 2007 +0200
@@ -1,4 +1,5 @@
 #!/bin/bash
 rm POTFILES*
+echo "# Please don't update this file manually - use ./update-potfiles.sh instead!" > POTFILES.in
 cd ..
-find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in
+find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq >> po/POTFILES.in