From: Jens-Ulrik P. <ju...@us...> - 2004-08-19 15:00:25
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20693/gtk Modified Files: Makefile Log Message: Exclude Hierarchy since we don't really need it in the documentation. Index: Makefile =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- Makefile 19 Aug 2004 07:54:20 -0000 1.33 +++ Makefile 19 Aug 2004 15:00:16 -0000 1.34 @@ -22,7 +22,8 @@ HEADER = gtk/gtk.h -EXCLUDE_DOCS = general/FFI.hs ../compat/LocalControl.hs ../compat/LocalData.hs +EXCLUDE_DOCS = general/FFI.hs general/Hierarchy.hs \ + ../compat/LocalControl.hs ../compat/LocalData.hs PREPROC_DOCS = general/Gtk.hs # Whenever a variable module-HEADER is defined, the file module.chs |