From 2d9198f205fafda557520d7206f9cfbf3373353f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 20 Oct 2018 16:50:39 -0700 Subject: [PATCH] [docs] Fix for hb-version.h being in src tree --- docs/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index a9935385b..e48b9ccd8 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -62,7 +62,6 @@ CFILE_GLOB=$(top_srcdir)/src/hb-*.cc # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h -EXTRA_HFILES=$(top_builddir)/src/hb-version.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png