X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=f7f5ee528b81881a54d8687b461a2e4a73344722;hb=168970794f31f8ad10faccac78896150c50b9d2f;hp=77789f74f24a6581d5f66f50a06651a88f0de786;hpb=5d8cc54e0272cd4c54b9fd9de1cc76bb6a1ec4c0;p=rodin%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 77789f7..f7f5ee5 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -74,6 +74,7 @@ HTML_IMAGES = \ # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files = version.xml \ + selectors.xml \ glk-front-matter.sgml \ glk-introduction.sgml \ glk-main-function.sgml \ @@ -84,7 +85,11 @@ content_files = version.xml \ glk-windows.sgml \ glk-window-arrangement.sgml \ glk-display-style.sgml \ - glk-other-events.sgml + glk-other-events.sgml \ + glk-porting.sgml \ + dispatch.sgml \ + blorb.sgml \ + blorb-library.sgml # SGML files where gtk-doc abbreviations (#GtkWidget) are expanded # These files must be listed here *and* in content_files @@ -112,10 +117,18 @@ EXTRA_DIST += version.xml.in # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS), e.g. $(DOC_MODULE)-sections.txt -DISTCLEANFILES = $(DOC_MODULE)-overrides.txt +CLEANFILES += selectors.xml +DISTCLEANFILES = version.xml $(DOC_MODULE)-overrides.txt + +# Uncomment this if you want your docs-status tested during 'make check' +# Comment this while not all symbols are documented, otherwise distcheck fails +#if ENABLE_GTK_DOC +#TESTS_ENVIRONMENT = cd $(srcdir) && +#TESTS = $(GTKDOC_CHECK) +#endif + +dist_noinst_SCRIPTS = build-selector-table.pl + +selectors.xml: $(srcdir)/../../libchimara/gi_dispa.c + $(PERL) build-selector-table.pl $< > $@ -# Comment this out if you want your docs-status tested during 'make check' -if ENABLE_GTK_DOC -TESTS_ENVIRONMENT = cd $(srcdir) && -TESTS = $(GTKDOC_CHECK) -endif