Copy xep.ent to /tmp before trying to do XSLT.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4095 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2010-03-16 23:11:03 +00:00
parent 87ebb5fd1e
commit 93624dc5ae
1 changed files with 3 additions and 0 deletions

3
gen.py
View File

@ -318,6 +318,9 @@ def main(argv):
executeCommand("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf")
executeCommand("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf")
executeCommand("cp xep.ent /tmp/xep.ent")
files_to_delete.append("/tmp/xep.ent")
if buildall:
buildAll()
else: