mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 07:38:52 -05:00
generate examples, too
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2148 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
1c7287c457
commit
66fe5d18f9
1
all.sh
1
all.sh
@ -38,6 +38,7 @@ while read f
|
|||||||
do
|
do
|
||||||
xsltproc xep.xsl xep-$f.xml > $xeppath/xep-$f.html
|
xsltproc xep.xsl xep-$f.xml > $xeppath/xep-$f.html
|
||||||
xsltproc ref.xsl xep-$f.xml > $xeppath/refs/reference.XSF.XEP-$f.xml
|
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/
|
cp xep-$f.xml $xeppath/
|
||||||
done < nums.txt
|
done < nums.txt
|
||||||
|
|
||||||
|
1
gen.sh
1
gen.sh
@ -32,6 +32,7 @@ xeppath=/var/www/xmpp.org/extensions
|
|||||||
|
|
||||||
xsltproc xep.xsl xep-$1.xml > $xeppath/xep-$1.html
|
xsltproc xep.xsl xep-$1.xml > $xeppath/xep-$1.html
|
||||||
xsltproc ref.xsl xep-$1.xml > $xeppath/refs/reference.XSF.XEP-$1.xml
|
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/
|
cp xep-$1.xml $xeppath/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user