diff --git a/makepot b/makepot new file mode 100755 index 0000000..f2816dc --- /dev/null +++ b/makepot @@ -0,0 +1,4 @@ +#!/bin/bash +xgettext -c --from-code=UTF-8 --keyword=_ --keyword=N_ --output=cinnamon-desktop.pot \ + libcinnamon-desktop/gnome-wall-clock.c libcvc/*.c +