ghc/ghc-doc-no-ps-install.patch
Jens Petersen a677d5cbbf - add bootstrap files for i386, ppc and x86_64
- add temporary bootstrap spec file
- temporarily point Makefile at ghc-bootstrap.spec
- add ghc-doc-no-ps-install.patch to avoid install of ps docs
2005-05-31 11:04:47 +00:00

13 lines
358 B
Diff

--- ghc-6.4/Makefile.in~ 2005-03-09 00:01:08.000000000 +0900
+++ ghc-6.4/Makefile.in 2005-03-12 12:53:02.531724624 +0900
@@ -274,9 +274,6 @@
install-docs : install-dirs-docs
if test -d share/html ; then $(CP) -r share/html/* $(htmldir) ; fi
- for i in share/*.ps; do \
- $(CP) $$i $(psdir) ; \
- done
install-dirs-docs:
$(INSTALL_DIR) $(htmldir)