remove custom texml now that virtualevn is setup correctly

This commit is contained in:
Matthew A. Miller 2014-06-20 09:16:29 -06:00
parent 7c1bc55717
commit cfd7419125
2 changed files with 1 additions and 7 deletions

2
gen.py
View File

@ -281,7 +281,7 @@ def buildPDF( file, nr ):
if not checkError(error, desc):
return False
error, desc = executeCommand("./texml -e utf8 /tmp/xepbuilder/xep-" + nr + ".tex.xml /tmp/xepbuilder/xep-" + nr + ".tex")
error, desc = executeCommand("texml -e utf8 /tmp/xepbuilder/xep-" + nr + ".tex.xml /tmp/xepbuilder/xep-" + nr + ".tex")
if not checkError(error, desc):
return False

6
texml
View File

@ -1,6 +0,0 @@
#!/bin/sh
DIR=/usr/local/bin
export PATH=/usr/local/virtualenv/gen/bin:$PATH
python $DIR/texml.py "$@"