X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=f18fc4bc9963766adeeabb483e8631ffbb26a0a1;hb=4dc162f4e4f52b69f9fa6008999c1bda338306e2;hp=1c393a685eea48ecd091fd1309cb0c33e150149c;hpb=35034a7130db3e8e2f445de4cdf59bdca963a47c;p=projects%2Fchimara%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 1c393a6..f18fc4b 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -86,6 +86,7 @@ content_files = version.xml \ glk-main-function.sgml \ glk-api-conventions.sgml \ glk-character-encoding.sgml \ + glk-normalization.sgml \ glk-output.sgml \ glk-line-input.sgml \ glk-windows.sgml \ @@ -103,6 +104,7 @@ content_files = version.xml \ expand_content_files = \ glk-main-function.sgml \ glk-api-conventions.sgml \ + glk-normalization.sgml \ glk-output.sgml \ glk-line-input.sgml \ glk-window-arrangement.sgml \ @@ -113,7 +115,7 @@ expand_content_files = \ # Only needed if you are using gtkdoc-scangobj to dynamically query widget # signals and properties. GTKDOC_CFLAGS = -I$(top_srcdir) $(CHIMARA_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/libchimara/libchimara.la +GTKDOC_LIBS = $(top_builddir)/libchimara/libchimara.la $(CHIMARA_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make @@ -139,3 +141,5 @@ dist_noinst_SCRIPTS = build-selector-table.pl selectors.xml: $(srcdir)/../../libchimara/gi_dispa.c $(PERL) build-selector-table.pl $< > $@ + +-include $(top_srcdir)/git.mk