diff options
author | rrt <unknown> | 2000-11-27 10:57:36 +0000 |
---|---|---|
committer | rrt <unknown> | 2000-11-27 10:57:36 +0000 |
commit | b8f6e664859449a910afab0e554be0b4fc61dab7 (patch) | |
tree | 272e8324bfeefe976fd8bb35fe4f96b48a6efadd /ghc/ghc.spec.in | |
parent | 4c6d0a1450ee986f729813ce3ff70577a166eeff (diff) | |
download | haskell-b8f6e664859449a910afab0e554be0b4fc61dab7.tar.gz |
[project @ 2000-11-27 10:57:36 by rrt]
No more vsgml.
Diffstat (limited to 'ghc/ghc.spec.in')
-rw-r--r-- | ghc/ghc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.spec.in b/ghc/ghc.spec.in index 5609612a76..252a21fbc9 100644 --- a/ghc/ghc.spec.in +++ b/ghc/ghc.spec.in @@ -112,7 +112,7 @@ make -C ghc/docs ps html for j in docs ghc/docs; do dir=`pwd` cd $j - for i in ps dvi sgml vsgml verb idx; do + for i in ps dvi sgml verb idx; do find . -name '*.'$i -exec gzip -9 '{}' ';' -print done cd $dir |