From 829c36b6fc86ca30e8f80fc7742485450dd85279 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 24 May 2009 08:20:05 +0000 Subject: [PATCH] gtk-doc --- docs/api/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am index 8139ca8..bc89acc 100644 --- a/docs/api/Makefile.am +++ b/docs/api/Makefile.am @@ -1,11 +1,12 @@ 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 + $(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= \ -- 2.43.2