diff options
author | Viktor Kleen <viktor@kleen.org> | 2015-03-03 05:55:10 +0000 |
---|---|---|
committer | Viktor Kleen <viktor@kleen.org> | 2015-03-03 05:55:10 +0000 |
commit | 8648faa6c224be177461fc7e93155ceabf8f6ca5 (patch) | |
tree | 9501f79837d40e1e5883cde59964ae31c3091f9c /build/preview | |
parent | da42c7dd92e74e0860766ff5013a7eee3b72d809 (diff) | |
download | dirty-haskell.org-8648faa6c224be177461fc7e93155ceabf8f6ca5.tar dirty-haskell.org-8648faa6c224be177461fc7e93155ceabf8f6ca5.tar.gz dirty-haskell.org-8648faa6c224be177461fc7e93155ceabf8f6ca5.tar.bz2 dirty-haskell.org-8648faa6c224be177461fc7e93155ceabf8f6ca5.tar.xz dirty-haskell.org-8648faa6c224be177461fc7e93155ceabf8f6ca5.zip |
fix build failures with full redo
Diffstat (limited to 'build/preview')
-rw-r--r-- | build/preview/preview.sty.do | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | redo-ifchange preview.dtx preview.ins | 1 | redo-ifchange preview.dtx preview.ins |
2 | KEEP="preview.dtx preview.ins preview.sty.do" | 2 | KEEP="preview.dtx preview.ins preview.sty.do" |
3 | find * -maxdepth 0 $(for x in $KEEP; do echo "-not -name $x"; done) | xargs rm | 3 | find * -maxdepth 0 $(for x in $KEEP; do echo "-not -name $x"; done) | xargs rm >&2 |
4 | latex -interaction=batchmode preview.ins >&2 | 4 | latex -interaction=batchmode preview.ins >&2 |