]> code.citadel.org Git - citadel.git/blobdiff - webcit/buildpackages
* depend on ical >= 0.43
[citadel.git] / webcit / buildpackages
index ae6dc187df913aa80df3acbbec76e172bad559b2..8ca301b529d9e8d25fb7847041d7da3c15ae3d5a 100755 (executable)
@@ -48,7 +48,7 @@ case $1 in
            mkdir tmp
            cp -rL webcit-$WEBCIT_VERSION tmp
            cd tmp/webcit-$WEBCIT_VERSION
-           rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess  config.log config.status autom4te.cache
+           rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess  config.log config.status autom4te.cache Makefile 
            find -type f -exec chmod a-x {} \;
            chmod a+x configure debian/rules po/create-pot.sh mk_module_init.sh
            cd ..
@@ -65,7 +65,11 @@ case $1 in
        fi
        cd ..; tar --exclude .svn --exclude "debian/*" $NONDFSG -cvhzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
        ;;
+    i18n)
+       ./webcit -G `pwd`/i18n_templatelist.c
+       cd po;  ./create-pot.sh
+       ;;
     *)
-       echo "Not yet implemented. we have: debian "
+       echo "Not yet implemented. we have: debian, sourcedist, i18n (needs ready compiled & installed webcit in your system)"
        ;;
 esac