added custom tag for android.wml
Runa A. Sandvik

Runa A. Sandvik commited on 2010-03-22 18:26:38
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -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> <gitblob>"`
34
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob> <version-android-components>"`
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