X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=docs%2Fapi%2FMakefile.am;h=bf6b877106cce14596ce970c95e81b084fcb68da;hb=d01fb11de5bcf91224348bf41abb6788d0af2545;hp=09bb4a804ae575b7a891ac635a4e1359aaf00bad;hpb=35f29e26c56cbd11236536c894acc76cc5b579a2;p=aweather diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 09bb4a8..bf6b877 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,13 +1,13 @@ -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/gis/libgis*.o \ + $(top_srcdir)/src/plugins/*.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