update scripts with new custom tag
Runa A. Sandvik

Runa A. Sandvik commited on 2010-01-19 19:02:31
Zeige 2 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -25,7 +25,7 @@ podir="`dirname $wmldir`/translation/projects/website"
25 25
 # in website/include/versions.wmi. Tags that people usually forget to close,
26 26
 # as well as tags that are not defined in versions.wmi have been added.
27 27
 # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
28
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img>"`
28
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"`
29 29
 
30 30
 # We also need to use the nodefault option of po4a; space separated list
31 31
 # of tags that the module should not try to set by default in any
... ...
@@ -31,7 +31,7 @@ copyright="The Tor Project, Inc"
31 31
 # in website/include/versions.wmi. Tags that people usually forget to close,
32 32
 # as well as tags that are not defined in versions.wmi have been added.
33 33
 # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
34
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img>"`
34
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"`
35 35
 
36 36
 # We also need to use the nodefault option of po4a; space separated list
37 37
 # of tags that the module should not try to set by default in any
38 38