]> Pileus Git - grits/blob - docs/api/Makefile.am
and again
[grits] / docs / api / Makefile.am
1 AM_CPPFLAGS=$(GTK_CFLAGS)
2 GTKDOC_LIBS=$(GTK_LIBS) $(RSL_LIBS) \
3         ../../src/aweather-aweather-*.o \
4         ../../src/aweather-plugin-*.o \
5         ../../src/aweather-location.o \
6         ../../src/aweather-data.o
7 DOC_MODULE=aweather
8 DOC_SOURCE_DIR=../../src/
9 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
10 MKDB_OPTIONS=--sgml-mode --output-format=xml
11 MAINTAINERCLEANFILES= \
12         Makefile.in aweather-docs.sgml aweather-overrides.txt aweather.types 
13 include $(top_srcdir)/gtk-doc.make