[commit: ghc] master: mkDocs: Don't install *.ps (4997177)

git at git.haskell.org git at git.haskell.org
Wed Jul 5 18:49:33 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/499717756f010eb6796747a74f948454ad17c061/ghc

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

commit 499717756f010eb6796747a74f948454ad17c061
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.


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

499717756f010eb6796747a74f948454ad17c061
 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