X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=docs%2Fapi%2FMakefile.am;h=222d5f8f7354992eafd69860724fa43e59a5dd69;hp=d1d7704c2acfcd2e329fff313a9fe7ce7afbcd94;hb=5ffc3c31ece77d1debfc619a1e5817b7398209e8;hpb=6404a7c2d0888ffc6845ddbedfb92fcab8664068 diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index d1d7704..222d5f8 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,13 +1,15 @@ -AM_CPPFLAGS=$(GTK_CFLAGS) -GTKDOC_LIBS=$(GTK_LIBS) $(RSL_LIBS) \ - ../../src/aweather-aweather-*.o \ - ../../src/aweather-plugin-*.o \ - ../../src/aweather-location.o \ - ../../src/aweather-data.o +AM_CPPFLAGS= $(RSL_CFLAGS) $(SOUP_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) +GTKDOC_LIBS=$(RSL_LIBS) $(SOUP_LIBS) $(GLIB_LIBS) $(GTK_LIBS) \ + $(top_srcdir)/src/aweather-aweather-*.o \ + $(top_srcdir)/src/aweather-plugin-*.o \ + $(top_srcdir)/src/aweather-data.o \ + $(top_srcdir)/src/aweather-location.o \ + $(top_srcdir)/src/aweather-marshal.o DOC_MODULE=aweather -DOC_SOURCE_DIR=../../src/ +DOC_SOURCE_DIR=$(top_srcdir)/src/ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml MKDB_OPTIONS=--sgml-mode --output-format=xml -MAINTAINERCLEANFILES= \ - Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types include $(top_srcdir)/gtk-doc.make +CLEANFILES += aweather-sections.txt +MAINTAINERCLEANFILES=\ + tmpl/* Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types