From: Wolfram Schneider Date: Wed, 14 Apr 2010 10:15:07 +0000 (+0000) Subject: human readable XML dump with tidy(1) X-Git-Tag: CPAN-v1.02~54^2~93^2~5 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=64b1bc2e2a48c37cce3844b7d54fd193c43bd90d human readable XML dump with tidy(1) --- diff --git a/zebra/Makefile b/zebra/Makefile index 55b2a72..0213447 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -41,6 +41,7 @@ dump: -test -e records-${DATE} && mv records-${DATE} records-${DATE}.old mkdir records-${DATE} cd records-${DATE} && ../../bin/irspy-dump.pl localhost:8018/IR-Explain---1 + cd records-${DATE} && ( for i in *.xml; do tidy -xml -i -w 140 $$i; done ) > /dev/null 2>&1 tar cf - records-${DATE} | gzip > records-${DATE}.tgz clean: