Additional work on the alias table. This is taking longer than it ought to because...
[citadel.git] / webcit / po / webcit / create-pot.sh
index c2ac2117f0e29922b62ed06bcb32fd776bec7494..b3d942df996bcf6b2dbc8490d0da95745c746e91 100755 (executable)
@@ -2,6 +2,7 @@
 
 CSOURCES=`find ../.. -name \*.c`
 HSOURCES=`find ../.. -name \*.html`
+JSOURCES=`find ../.. -name \*.js`
 
 echo Updating webcit.pot from strings in the source code ...
 xgettext \