From a891e4334a6db6aa54426721276a245cdfc660c4 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Thu, 3 Jan 2013 19:32:51 -0700 Subject: [PATCH] invoke gen.py for updated PDFs --- all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all.sh b/all.sh index 62a0bb91..a09b8609 100755 --- a/all.sh +++ b/all.sh @@ -4,7 +4,7 @@ ## LICENSE ## # -# Copyright (c) 1999 - 2010 XMPP Standards Foundation +# Copyright (c) 1999 - 2013 XMPP Standards Foundation # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -39,6 +39,7 @@ do 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/ + ./gen.py $f done < nums.txt rm nums.txt