5bf0c0778f
Tested by me with both ghc-6.2.2 and upcoming ghc-6.6.1 on i386 and by R.D. Thrush on amd64. Some spaces vs. tabs detected by sturm@. ok sturm@
16 lines
594 B
Plaintext
16 lines
594 B
Plaintext
$OpenBSD: patch-GNUmakefile,v 1.10 2007/06/06 19:52:17 kili Exp $
|
|
|
|
Don't try to build or install .ps docs, and don't regen the .html docs.
|
|
|
|
--- GNUmakefile.orig Mon Jun 4 13:39:20 2007
|
|
+++ GNUmakefile Mon Jun 4 20:47:41 2007
|
|
@@ -122,7 +122,7 @@ installbin: all
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
|
|
$(INSTALL_DATA) darcs.1 $(DESTDIR)$(mandir)/man1/
|
|
|
|
-installdocs: manual/darcs.ps manual/index.html
|
|
+installdocs:
|
|
test -d $(DESTDIR)$(datadir)/doc/darcs/manual || \
|
|
$(INSTALL) -d $(DESTDIR)$(datadir)/doc/darcs/manual
|
|
$(INSTALL_DATA) manual/* $(DESTDIR)$(datadir)/doc/darcs/manual
|