From 66fe5d18f96c52ff358718d854a08f4532009758 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Sat, 9 Aug 2008 02:28:00 +0000 Subject: [PATCH] generate examples, too git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2148 4b5297f7-1745-476d-ba37-a9c6900126ab --- all.sh | 1 + gen.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/all.sh b/all.sh index 3716f779..86f8f183 100755 --- a/all.sh +++ b/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 diff --git a/gen.sh b/gen.sh index 2c72bfc2..9bd77f22 100755 --- a/gen.sh +++ b/gen.sh @@ -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/