]> code.citadel.org Git - citadel.git/commitdiff
build updates
authorArt Cancro <ajc@citadel.org>
Sat, 19 Nov 2005 04:49:36 +0000 (04:49 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 19 Nov 2005 04:49:36 +0000 (04:49 +0000)
webcit/po/create-pot.sh [new file with mode: 0644]

diff --git a/webcit/po/create-pot.sh b/webcit/po/create-pot.sh
new file mode 100644 (file)
index 0000000..91a03c5
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+xgettext \
+       --copyright-holder='The Citadel Project - http://www.citadel.org' \
+       -k_ \
+       -o webcit.pot \
+       ../*.c