Enable automatic generation of .gitignore
[projects/chimara/chimara.git] / docs / reference / Makefile.am
index 890de7d0f9e79737757d7271c4b07248ec245858..7994e0e828c931c8b5f0aa23fbff0262af198dc0 100644 (file)
@@ -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 = \
@@ -85,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 \
@@ -101,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 \
@@ -137,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