X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=7994e0e828c931c8b5f0aa23fbff0262af198dc0;hb=4ab49e6ed54603ca26040c43cf4628cd0186632f;hp=f7f5ee528b81881a54d8687b461a2e4a73344722;hpb=75a2299404e284d91812640cceded1678de20c3c;p=projects%2Fchimara%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index f7f5ee5..7994e0e 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -33,6 +33,11 @@ MKDB_OPTIONS = --sgml-mode --output-format=xml MKTMPL_OPTIONS = # Extra options to supply to gtkdoc-mkhtml +# The --path is because Gtk-doc is broken on non-distcheck vpath builds! Sigh. +# But it only works on Gtk-doc 1.11 and higher. So if you want to do a vpath +# build then uncomment this and require 1.11 in configure.ac. If you want to do +# vpath build on Debian, then you're S.O.L. Complain to Gtk-doc and Debian. +# MKHTML_OPTIONS = --path="$(abs_builddir)" MKHTML_OPTIONS = # Extra options to supply to gtkdoc-fixref. Not normally needed. @@ -46,31 +51,32 @@ 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 = \ - $(srcdir)/images/fig1.png \ - $(srcdir)/images/fig2.png \ - $(srcdir)/images/fig3a.png \ - $(srcdir)/images/fig3b.png \ - $(srcdir)/images/fig3c.png \ - $(srcdir)/images/fig4a.png \ - $(srcdir)/images/fig4b.png \ - $(srcdir)/images/fig4c.png \ - $(srcdir)/images/fig5-7a.png \ - $(srcdir)/images/fig6.png \ - $(srcdir)/images/fig7b.png \ - $(srcdir)/images/fig7c.png \ - $(srcdir)/images/fig7d.png \ - $(srcdir)/images/fig7e.png \ - $(srcdir)/images/fig8a.png \ - $(srcdir)/images/fig8b.png \ - $(srcdir)/images/fig8c.png \ - $(srcdir)/images/fig9.png \ - $(srcdir)/images/fig10.png \ - $(srcdir)/images/fig11.png + images/fig1.png \ + images/fig2.png \ + images/fig3a.png \ + images/fig3b.png \ + images/fig3c.png \ + images/fig4a.png \ + images/fig4b.png \ + images/fig4c.png \ + images/fig5-7a.png \ + images/fig6.png \ + images/fig7b.png \ + images/fig7c.png \ + images/fig7d.png \ + images/fig7e.png \ + images/fig8a.png \ + images/fig8b.png \ + images/fig8c.png \ + images/fig9.png \ + images/fig10.png \ + images/fig11.png # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files = version.xml \ @@ -80,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 \ @@ -96,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 \ @@ -132,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