From: simonm Date: Tue, 2 Mar 1999 11:46:28 +0000 (+0000) Subject: [project @ 1999-03-02 11:46:28 by simonm] X-Git-Tag: Approximately_9120_patches~6471 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=b11113639cd243d9746e900f181cb5395ab246b1;p=ghc-hetmet.git [project @ 1999-03-02 11:46:28 by simonm] Install the docs in $real_datadir, not $datadir. --- diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index fdfdb6a..a7c9357 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -66,9 +66,9 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ # default -infodir = $(datadir) -htmldir = $(datadir) -dvidir = $(datadir) +infodir = $(real_datadir) +htmldir = $(real_datadir) +dvidir = $(real_datadir) # # Putting the package stuff in package-specific