X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=1c393a685eea48ecd091fd1309cb0c33e150149c;hb=7e3ce2d0110b47a67b04a457d1ea215ce1bf1078;hp=890de7d0f9e79737757d7271c4b07248ec245858;hpb=fb20d3bb1d4aa932c2454edd5ea1be71dd0a69e7;p=rodin%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 890de7d..1c393a6 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -51,8 +51,9 @@ CFILE_GLOB = $(top_srcdir)/libchimara/*.c EXTRA_HFILES = # Header files to ignore when scanning. Use base file name, no paths -IGNORE_HFILES = chimara-glk-private.h \ - abort.h charset.h event.h input.h stream.h window.h +IGNORE_HFILES = chimara-glk-private.h chimara-marshallers.h \ + abort.h charset.h event.h fileref.h graphics.h hyperlink.h init.h input.h \ + magic.h mouse.h pager.h resource.h stream.h strio.h style.h timer.h window.h # Images to copy into HTML directory. HTML_IMAGES = \ @@ -91,6 +92,7 @@ content_files = version.xml \ glk-window-arrangement.sgml \ glk-display-style.sgml \ glk-other-events.sgml \ + glk-sound-resources.sgml \ glk-porting.sgml \ dispatch.sgml \ blorb.sgml \