war on lhfs
[citadel.git] / webcit / buildpackages
index 617e5554d8cdfd4028262be5a4eec25a2696260e..511ab792555b8ff0449e1df9e79305634f989aef 100755 (executable)
@@ -77,7 +77,10 @@ case $1 in
        ;;
     i18n)
        ./webcit -G `pwd`/i18n_templatelist.c
-       cd po;  ./create-pot.sh
+       cd po/webcit;  ./create-pot.sh
+       ;;
+    version)
+       echo This would build webcit-${WEBCIT_VERSION}
        ;;
     *)
        echo "Not yet implemented. we have: debian, sourcedist, i18n (needs ready compiled & installed webcit in your system)"