[commit: ghc] ghc-8.2: mkDocs: Don't install *.ps (0302c80)

git at git.haskell.org git at git.haskell.org
Wed Jul 5 18:50:20 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/0302c8046ed4e79a9921c338f115624838b9989b/ghc

>---------------------------------------------------------------

commit 0302c8046ed4e79a9921c338f115624838b9989b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jul 5 14:48:26 2017 -0400

    mkDocs: Don't install *.ps
    
    We now longer produce PostScript output.


>---------------------------------------------------------------

0302c8046ed4e79a9921c338f115624838b9989b
 distrib/mkDocs/mkDocs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrib/mkDocs/mkDocs b/distrib/mkDocs/mkDocs
index fbb0a6f..d185b43 100755
--- a/distrib/mkDocs/mkDocs
+++ b/distrib/mkDocs/mkDocs
@@ -40,7 +40,7 @@ do
 done
 mv index.html ../../../../..
 cd ..
-mv *.pdf *.ps ../../../..
+mv *.pdf ../../../..
 cd ../../../..
 [ "$NO_CLEAN" -eq 0 ] && rm -r inst
 [ "$NO_CLEAN" -eq 0 ] && rm -r windows



More information about the ghc-commits mailing list