blob: 918e454506e27466408226c06b6409039ceadfdd (
plain)
1
2
3
4
5
6
7
|
all:
xsltproc --novalid ~/usr/devel/tree/gentoo/xml/htdocs/xsl/project.xsl herd/index.xml > herd/index-guide.xml
xsltproc --novalid ~/usr/devel/tree/gentoo/xml/htdocs/xsl/guide.xsl herd/index-guide.xml > herd/index.html
sed -i -e 's#/css/main.css#http://www.gentoo.org/css/main.css#' herd/index.html
sed -i -e 's#/images/gtop-www.jpg#http://www.gentoo.org/images/gtop-www.jpg#' herd/index.html
scp herd/index.html gentoo:~/public_html/webapps.html
|