X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=docs%2Fapi%2FMakefile.am;h=da397790667c16994f452632cb649c2c8f878999;hp=755262f541841696fb1e7271b37581afe5d3713f;hb=42af34a1fc9700ea8f876e72e51aa71a757c8e5a;hpb=d527bfdb9682b1824e1c2df318a92291aaa48860 diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 755262f..da39779 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,17 +1,15 @@ AM_CPPFLAGS=$(GTK_CFLAGS) -GTKDOC_LIBS=$(GTK_LIBS) $(RSL_LIBS) $(CURL_LIBS) \ - ../../src/aweather-gui.o \ - ../../src/aweather-view.o \ - ../../src/location.o \ - ../../src/opengl.o \ - ../../src/plugin-example.o \ - ../../src/plugin-radar.o \ - ../../src/plugin-ridge.o +GTKDOC_LIBS=$(GTK_LIBS) $(RSL_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 include $(top_srcdir)/gtk-doc.make -maintainer-clean-local: - rm -f Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types - rm -rf html/ tmpl/ +CLEANFILES += aweather-sections.txt +MAINTAINERCLEANFILES=\ + tmpl/* Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types