1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00

Remove not yet used building cache.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3741 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-12-19 20:24:29 +00:00
parent 9a578fb6ba
commit 6743cce3f3

5
gen.py
View File

@ -292,9 +292,7 @@ def main(argv):
xep = "xep-%04d.xml" % xep
except:
xep = remainder[0]
last_build = loadDict(CONFIGPATH + "/xepbuild.dict")
executeCommand("mkdir /tmp/xepbuilder")
executeCommand("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf")
executeCommand("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf")
@ -308,7 +306,6 @@ def main(argv):
executeCommand("rm -rfd /tmp/xepbuilder")
saveDict(CONFIGPATH + "/xepbuild.dict", last_build)
if __name__ == "__main__":
main(sys.argv[1:])