Just comment out the tidy invocation. We don't really need it, and it seems to barf...
authorMike Taylor <mike@indexdata.com>
Mon, 15 Dec 2014 16:21:35 +0000 (16:21 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 15 Dec 2014 16:21:35 +0000 (16:21 +0000)
zebra/Makefile

index fcdf403..889a270 100644 (file)
@@ -45,7 +45,7 @@ dump:
        -test -e records-${DATE} && mv records-${DATE} records-${DATE}.old
        mkdir records-${DATE}
        cd records-${DATE} && ../../bin/irspy-dump.pl ${IRSPY_DATABASE}
-       cd records-${DATE}; for i in *.xml; do echo -n "$$i "; tidy -xml -i -m -w 140 $$i 2>&1 | sed 1q; done
+       #cd records-${DATE}; for i in *.xml; do echo -n "$$i "; tidy -xml -i -m -w 140 $$i 2>&1 | sed 1q; done
        tar cf - records-${DATE} | gzip > records-${DATE}.tar.gz
 
 clean: