[gtk-doc] Pass source files to gtk-doc
This commit is contained in:
parent
5f512017ba
commit
ae9dc717d3
docs/reference
|
@ -32,7 +32,7 @@ SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED"
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb.
|
# Extra options to supply to gtkdoc-mkdb.
|
||||||
# e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
|
# e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
|
||||||
MKDB_OPTIONS=--xml-mode --output-format=xml
|
MKDB_OPTIONS=--source-suffixes=h,cc --xml-mode --output-format=xml
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mktmpl
|
# Extra options to supply to gtkdoc-mktmpl
|
||||||
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
|
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
|
||||||
|
@ -60,7 +60,6 @@ EXTRA_HFILES=$(top_builddir)/src/hb-version.h
|
||||||
IGNORE_HFILES=`cd $(top_srcdir)/src; find . -path './hb-*/*.h' | sed 's@^.*/@@'`
|
IGNORE_HFILES=`cd $(top_srcdir)/src; find . -path './hb-*/*.h' | sed 's@^.*/@@'`
|
||||||
if HAVE_GOBJECT
|
if HAVE_GOBJECT
|
||||||
else
|
else
|
||||||
# XXX Prevent "make dist"
|
|
||||||
IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
|
IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue