| 104 # This includes the standard gtk-doc make rules, copied by gtkdocize. |
104 # This includes the standard gtk-doc make rules, copied by gtkdocize. |
| 105 include $(top_srcdir)/gtk-doc.make |
105 include $(top_srcdir)/gtk-doc.make |
| 106 |
106 |
| 107 # Other files to distribute |
107 # Other files to distribute |
| 108 # e.g. EXTRA_DIST += version.xml.in |
108 # e.g. EXTRA_DIST += version.xml.in |
| 109 EXTRA_DIST += version.xml.in |
|
| 110 |
109 |
| 111 # Files not to distribute |
110 # Files not to distribute |
| 112 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types |
111 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types |
| 113 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt |
112 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt |
| 114 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt |
113 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt |