Now description correspond with dictionary.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Jun 2009 21:19:47 +0300
changeset 4 746384ca83b6
parent 3 cc5593c28a4b
child 5 30c135c242f7
Now description correspond with dictionary.
gavenkoa_irregular-verbs_en-ru.descr
update-ifo.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gavenkoa_irregular-verbs_en-ru.descr	Sun Jun 28 21:19:47 2009 +0300
@@ -0,0 +1,1 @@
+Irregular verbs dictionary with translation to Russian.
--- a/update-ifo.sh	Sun Jun 28 21:12:19 2009 +0300
+++ b/update-ifo.sh	Sun Jun 28 21:19:47 2009 +0300
@@ -29,5 +29,7 @@
 echo "author=Oleksandr Gavenko" >>$1
 echo "email=gavenkoa@gmail.com" >>$1
 echo "website=http://gavenkoa.blogspot.com" >>$1
-echo "description=Irregular verbs dictionary with translation to Russian." >>$1
 echo "date=$date" >>$1
+if [ -e $name.descr ]; then
+  echo "description="`head -n 1 $name.descr` >>$1
+fi
\ No newline at end of file