diff options
author | simonmar <unknown> | 2003-09-10 08:24:32 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-09-10 08:24:32 +0000 |
commit | 9a70e46a8c30df1eaa3756066d4c2b458b9b65e5 (patch) | |
tree | 7e5cd9a9998fa23ea24e98f58f8c86b20699a444 /html/Makefile | |
parent | d303ff980898a0044b0b81aa46687f65a65b2586 (diff) |
[haddock @ 2003-09-10 08:24:32 by simonmar]
Install these files in $(datadir), not $(libdir), since they're
architecture independent.
Patch contributed by: Ian Lynagh <igloo@earth.li>.
Diffstat (limited to 'html/Makefile')
-rw-r--r-- | html/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile index 55e9287d..f9e76842 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,7 +1,6 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -override datadir = $(libdir) INSTALL_DATAS = haddock.css haskell_icon.gif include $(TOP)/mk/target.mk |