1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00

Copy another needed resource which is needed for PDF generation.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3502 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-10-07 17:45:08 +00:00
parent 4c75b053c1
commit 6512272c2e

1
gen.py
View File

@ -168,6 +168,7 @@ def main(argv):
commands.getstatusoutput("rm /tmp/xepbuilder")
commands.getstatusoutput("mkdir /tmp/xepbuilder")
commands.getstatusoutput("cp ../images/logo.pdf /tmp/xepbuilder/logo.pdf")
commands.getstatusoutput("cp ../images/logo-text.pdf /tmp/xepbuilder/logo-text.pdf")
buildXEP( xep )