projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b05db3
)
[doc] Make header search more resilient
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 7 May 2019 18:46:11 +0000
(11:46 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 7 May 2019 18:46:11 +0000
(11:46 -0700)
How stupid to scan all files... Sigh.
docs/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/Makefile.am
b/docs/Makefile.am
index
9b54b40
..
a034912
100644
(file)
--- a/
docs/Makefile.am
+++ b/
docs/Makefile.am
@@
-33,7
+33,7
@@
SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES=`cd $(top_srcdir)/src; find . -path './
hb-
*/*.h' | sed 's@^.*/@@'`
+IGNORE_HFILES=`cd $(top_srcdir)/src; find . -path './*/*.h' | sed 's@^.*/@@'`
if HAVE_GOBJECT
else
IGNORE_HFILES+=hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h