diff options
author | simonmar <unknown> | 2002-04-29 15:56:39 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-29 15:56:39 +0000 |
commit | 120453a0dc2ffc0c4a028e5233a76e4801dab10c (patch) | |
tree | 018d80478cf4f71788dee9d12cc4e22f53b30b51 /html/Makefile | |
parent | 2b0248e0af0ff30e7cbc935b61a73aa771ef3ec7 (diff) |
[haddock @ 2002-04-29 15:56:39 by simonmar]
Install the auxilliary bits
Diffstat (limited to 'html/Makefile')
-rw-r--r-- | html/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html/Makefile b/html/Makefile new file mode 100644 index 00000000..55e9287d --- /dev/null +++ b/html/Makefile @@ -0,0 +1,7 @@ +TOP = .. +include $(TOP)/mk/boilerplate.mk + +override datadir = $(libdir) +INSTALL_DATAS = haddock.css haskell_icon.gif + +include $(TOP)/mk/target.mk |