[GRASS-SVN] r29686 - grass/trunk/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 12 15:43:21 EST 2008
Author: martinl
Date: 2008-01-12 15:43:21 -0500 (Sat, 12 Jan 2008)
New Revision: 29686
Modified:
grass/trunk/tools/build_html_index.sh
grass/trunk/tools/mkhtml.sh
Log:
Happy new year
Modified: grass/trunk/tools/build_html_index.sh
===================================================================
--- grass/trunk/tools/build_html_index.sh 2008-01-12 20:11:07 UTC (rev 29685)
+++ grass/trunk/tools/build_html_index.sh 2008-01-12 20:43:21 UTC (rev 29686)
@@ -88,7 +88,7 @@
# $2: help index url
echo "<hr>" >> $1
echo "<p><a href=\"$2\">Help Index</a> | <a href=\"full_index.html\">Full Index</a><br>" >> $1
-echo "© 2003-2007 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>" >> $1
+echo "© 2003-2008 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>" >> $1
echo "</body>" >> $1
echo "</html>" >> $1
}
Modified: grass/trunk/tools/mkhtml.sh
===================================================================
--- grass/trunk/tools/mkhtml.sh 2008-01-12 20:11:07 UTC (rev 29685)
+++ grass/trunk/tools/mkhtml.sh 2008-01-12 20:43:21 UTC (rev 29686)
@@ -52,7 +52,7 @@
cat >> ${PGM}.tmp.html <<-EOF
<HR>
<P><a href="index.html">Main index</a> - <a href="$INDEXNAME.html">$INDEXNAME index</a> - <a href="full_index.html">Full index</a></P>
- © 2003-2007 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
+ © 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>
EOF
More information about the grass-commit
mailing list