LGTM, thanks!
On Wed, Feb 5, 2014 at 1:34 PM, Petr Pudlak <[email protected]> wrote: > The Hoogle database is generated to doc/api/hs/ganeti.txt when Haddock > is run. The database can be used by developers with a locally installed > Hoogle command line tool or for a web installation of Hoogle. > > Signed-off-by: Petr Pudlak <[email protected]> > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 78a1318..bfda26f 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -2336,7 +2336,7 @@ $(APIDOC_HS_DIR)/index.html: $(HS_LIBTESTBUILT_SRCS) > Makefile > f_html=$${f_notst%%.hs}.html; \ > $(HSCOLOUR) -css -anchor $$file > $(APIDOC_HS_DIR)/$$f_html ; \ > done ; \ > - $(HADDOCK) --odir $(APIDOC_HS_DIR) --html --ignore-all-exports -w \ > + $(HADDOCK) --odir $(APIDOC_HS_DIR) --html --hoogle > --ignore-all-exports -w \ > -t ganeti -p src/haddock-prologue \ > --source-module="%{MODULE/.//}.html" \ > --source-entity="%{MODULE/.//}.html#%{NAME}" \ > -- > 1.9.0.rc1.175.g0b1dcb5 > >
