diff options
author | panne <unknown> | 2004-07-04 15:15:55 +0000 |
---|---|---|
committer | panne <unknown> | 2004-07-04 15:15:55 +0000 |
commit | d5278f67bec86081c2aec9def27d59309cf02ffe (patch) | |
tree | 6c7d33e2afb5ef7a6eb90b406ab482fbeb1acbc6 /html/Makefile | |
parent | b94d4903a9b902ea6fbf41f1067a1798e765fed1 (diff) |
[haddock @ 2004-07-04 15:15:55 by panne]
Install pictures for +/- pictures, too (JPEG is a strange format for graphics
like this, I would have expected GIF or PNG here.)
Things look fine with Konqueror and Netscape on Linux now, the only downside is
that the cursor doesn't change when positioned above the "button".
Diffstat (limited to 'html/Makefile')
-rw-r--r-- | html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile index 8564f461..5631a5f9 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,6 +1,6 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -INSTALL_DATAS = haddock.css haddock.js haskell_icon.gif +INSTALL_DATAS = haddock.css haddock.js haskell_icon.gif minus.jpg plus.jpg include $(TOP)/mk/target.mk |