mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
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:
parent
87ebb5fd1e
commit
93624dc5ae
3
gen.py
3
gen.py
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user