Author: runa Date: 2010-10-17 18:09:35 +0000 (Sun, 17 Oct 2010) New Revision: 23630
Modified: website/trunk/wml2po.sh Log: cleaned up the list of custom tags Modified: website/trunk/wml2po.sh =================================================================== --- website/trunk/wml2po.sh 2010-10-17 18:02:59 UTC (rev 23629) +++ website/trunk/wml2po.sh 2010-10-17 18:09:35 UTC (rev 23630) @@ -32,7 +32,7 @@ # in website/include/versions.wmi. Tags that people usually forget to close, # as well as tags that are not defined in versions.wmi, have been added. # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi -customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <version-androidbundle-privoxy> <version-androidbundle-libevent> <wiki>"` +customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <wiki>"` # We also need to use the nodefault option of po4a; space separated list # of tags that the module should not try to set by default in any
