From: Duncan C. <dun...@us...> - 2005-01-13 23:01:27
|
Update of /cvsroot/gtk2hs/gtk2hs/mk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26319/mk Modified Files: common.mk Log Message: Do detection of haddock and add --enable-docs to configure. First hash at building haddock docs (gtk package only so far). Also move some defines from Makefile.am to configure.ac as requested by a FIXME comment. Index: common.mk =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mk/common.mk,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- common.mk 8 Jan 2005 17:38:03 -0000 1.48 +++ common.mk 13 Jan 2005 23:01:17 -0000 1.49 @@ -82,7 +82,7 @@ $< -o $@) .hsc.hs: $(CONFIG_H) - $(strip $(HSC) $(HSCFLAGS) +RTS $(HSTOOLFLAGS) -RTS \ + $(strip $(HSC2HS) $(HSCFLAGS) +RTS $(HSTOOLFLAGS) -RTS \ $(addprefix -L-optl,\ $(AM_LDFLAGS) $($(NAME)_EXTRA_LIBS) $($(NAME)_LIBS)) \ $(addprefix -C, $(filter-out -I%,$(AM_CPPFLAGS)) \ |