Small fix in GTK-Doc Makefile
This commit is contained in:
		| @@ -49,8 +49,8 @@ FIXXREF_OPTIONS= | |||||||
| # Used for dependencies. The docs will be rebuilt if any of these change. | # Used for dependencies. The docs will be rebuilt if any of these change. | ||||||
| # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h | # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h | ||||||
| # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c | # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c | ||||||
| HFILE_GLOB= | HFILE_GLOB=$(top_srcdir)/src/*.h | ||||||
| CFILE_GLOB= | CFILE_GLOB=$(top_srcdir)/src/*.c | ||||||
|  |  | ||||||
| # Extra header to include when scanning, which are not under DOC_SOURCE_DIR | # Extra header to include when scanning, which are not under DOC_SOURCE_DIR | ||||||
| # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h | # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h | ||||||
| @@ -102,4 +102,3 @@ TESTS_ENVIRONMENT = cd $(srcdir) && \ | |||||||
| #TESTS = $(GTKDOC_CHECK) | #TESTS = $(GTKDOC_CHECK) | ||||||
| endif | endif | ||||||
|  |  | ||||||
| -include $(top_srcdir)/git.mk |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user