From 8648faa6c224be177461fc7e93155ceabf8f6ca5 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Tue, 3 Mar 2015 05:55:10 +0000 Subject: fix build failures with full redo --- build/preview/preview.sty.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/preview') diff --git a/build/preview/preview.sty.do b/build/preview/preview.sty.do index 20af68c..cf10bef 100644 --- a/build/preview/preview.sty.do +++ b/build/preview/preview.sty.do @@ -1,4 +1,4 @@ redo-ifchange preview.dtx preview.ins KEEP="preview.dtx preview.ins preview.sty.do" -find * -maxdepth 0 $(for x in $KEEP; do echo "-not -name $x"; done) | xargs rm +find * -maxdepth 0 $(for x in $KEEP; do echo "-not -name $x"; done) | xargs rm >&2 latex -interaction=batchmode preview.ins >&2 -- cgit v1.2.3