Add silent rule to documentation Makefile
[projects/chimara/chimara.git] / docs / reference / Makefile.am
index 1c393a685eea48ecd091fd1309cb0c33e150149c..7fd58a2acb15e6947a4fa7e452e3b2cd09381ca7 100644 (file)
@@ -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
@@ -137,5 +139,7 @@ DISTCLEANFILES = version.xml $(DOC_MODULE)-overrides.txt
 dist_noinst_SCRIPTS = build-selector-table.pl
 
 selectors.xml: $(srcdir)/../../libchimara/gi_dispa.c
-       $(PERL) build-selector-table.pl $< > $@
+       $(AM_V_GEN)$(PERL) build-selector-table.pl $< > $@
 
+
+-include $(top_srcdir)/git.mk