From: Duncan C. <dun...@us...> - 2005-01-14 19:05:01
|
Update of /cvsroot/gtk2hs/gtk2hs/mozembed/Graphics/UI/Gtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14123/mozembed/Graphics/UI/Gtk Modified Files: MozEmbed.chs Log Message: Move a couple Types.chs locations/names and make sure the empty directories get included in the tarball. Make sure Types and Signals files are removed on make clean. Disable building and distributing the apicoverage tool. In mk/common.mk, make package registering on install work again after the earlier change to using pkglibdir. in mk/chsDepend.in, do the extra check properly and make it a warning by default. It still warns rather a lot. Index: MozEmbed.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mozembed/Graphics/UI/Gtk/MozEmbed.chs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- MozEmbed.chs 8 Jan 2005 16:08:58 -0000 1.3 +++ MozEmbed.chs 14 Jan 2005 19:04:50 -0000 1.4 @@ -62,7 +62,7 @@ {#import Graphics.UI.Gtk.Signals#} (ConnectId, connect_STRING__BOOL, connect_PTR__INT) -{#import Graphics.UI.Gtk.MozEmbedType #} +{#import Graphics.UI.Gtk.MozEmbed.Types#} import Graphics.UI.Gtk.Abstract.Widget (Widget) {#context lib="gtkembedmoz" prefix ="gtk"#} |