no more stage

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@68 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2006-10-04 21:52:45 +00:00
parent efded984ed
commit cb09dd9247
2 changed files with 2 additions and 2 deletions

2
all.sh
View File

@ -2,7 +2,7 @@
# for all XEPs, generates HTML files and IETF-style reference, then copies XML file
# usage: ./all.sh
xeppath=/var/www/stage.xmpp.org/extensions
xeppath=/var/www/xmpp.org/extensions
ls xep-0*.xml > tmp1.txt
sed s/^xep-// tmp1.txt > tmp2.txt

2
gen.sh
View File

@ -3,7 +3,7 @@
# usage: ./gen.sh xxxx
# (where xxxx is the 4-digit XEP number)
xeppath=/var/www/stage.xmpp.org/extensions
xeppath=/var/www/xmpp.org/extensions
xsltproc xep.xsl xep-$1.xml > $xeppath/jep-$1.html
xsltproc ref.xsl xep-$1.xml > $xeppath/refs/reference.JSF.XEP-$1.xml