X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=7994e0e828c931c8b5f0aa23fbff0262af198dc0;hb=4ab49e6ed54603ca26040c43cf4628cd0186632f;hp=ac9181d8b6a0352bbbf85263a36efa4d001b56f4;hpb=43b334356e9e0003589d506ae74a8c85e5b9349d;p=projects%2Fchimara%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index ac9181d..7994e0e 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -86,12 +86,14 @@ 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 \ glk-window-arrangement.sgml \ glk-display-style.sgml \ glk-other-events.sgml \ + glk-sound-resources.sgml \ glk-porting.sgml \ dispatch.sgml \ blorb.sgml \ @@ -102,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 \ @@ -138,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