Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4106
Modified Files:
ChangeLog Makefile.am
Log Message:
Distribute the gtk2hs.haddock file in case anyone wants to build haddock
documentation that references the our docs.
Also, clean up the .hs.uncpp files.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile.am 16 Jan 2005 21:35:39 -0000 1.39
+++ Makefile.am 16 Jan 2005 21:53:06 -0000 1.40
@@ -879,7 +879,7 @@
$(patsubst $(firstword $(subst /, ,$(HSFILE))).%.hs, doc/%.html, \
$(subst /,.,$(HSFILE:.uncpp=)))) \
doc/haddock.css doc/haskell_icon.gif \
- doc/index.html doc/doc-index.html \
+ doc/index.html doc/doc-index.html doc/gtk2hs.haddock \
$(foreach LETTER, A B C D E F G H I J K L M N O P R S T U V W X Y, \
doc/doc-index-$(LETTER).html) #missing letters Q and Z
@@ -895,7 +895,7 @@
.hs.hs.uncpp : $(CONFIG_H)
$(HSCPP) -I. $< -o $@
-CLEANFILES += $(html_DATA)
+CLEANFILES += $(html_DATA) $(html_HSFILES_PREPROC:.hs=.hs.uncpp)
endif #BUILDDOCS
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- ChangeLog 16 Jan 2005 21:44:14 -0000 1.304
+++ ChangeLog 16 Jan 2005 21:53:06 -0000 1.305
@@ -60,10 +60,14 @@
all the <module>.pkg.in files.
* gconf/gconf.pkg.in, glib/glib.pkg.in, mogul/mogul.pkg.in,
- sourceview/sourceview.pkg.in, glade/glade.pkg.in, gtk/gtk.pkg.in,
+ sourceview/sourceview.pkg.in, glade/glade.pkg.in, gtk/gtk.pkg.in,
mozembed/mozembed.pkg.in: use the new GHCPKG_USE_AUTOLIBS substitution
so the .pkg files will be understood by older versions of ghc-pkg.
+ * Makefile.am: distribute the gtk2hs.haddock file in case anyone wants
+ to build haddock documentation that references the our docs. Also,
+ clean up the .hs.uncpp files.
+
2005-01-15 Duncan Coutts <du...@co...>
* mk/common.mk: change the way we find pacakge variables for files
|