generate examples, too

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2148 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-08-09 02:28:00 +00:00
parent 1c7287c457
commit 66fe5d18f9
2 changed files with 2 additions and 0 deletions

1
all.sh
View File

@ -38,6 +38,7 @@ while read f
do
xsltproc xep.xsl xep-$f.xml > $xeppath/xep-$f.html
xsltproc ref.xsl xep-$f.xml > $xeppath/refs/reference.XSF.XEP-$f.xml
xsltproc examples.xsl xep-$f.xml > $xeppath/examples/$f.xml
cp xep-$f.xml $xeppath/
done < nums.txt

1
gen.sh
View File

@ -32,6 +32,7 @@ xeppath=/var/www/xmpp.org/extensions
xsltproc xep.xsl xep-$1.xml > $xeppath/xep-$1.html
xsltproc ref.xsl xep-$1.xml > $xeppath/refs/reference.XSF.XEP-$1.xml
xsltproc examples.xsl xep-$1.xml > $xeppath/examples/$1.xml
cp xep-$1.xml $xeppath/