mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user