maint: use gendocs's new -I option

* gnulib: Update gendocs.
* cfg.mk (gendocs_options_): New.
This commit is contained in:
Akim Demaille
2012-10-24 16:59:30 +02:00
parent df04a68ab5
commit e20daefe98
2 changed files with 2 additions and 1 deletions

1
cfg.mk
View File

@@ -24,6 +24,7 @@ regen: _version
# Used in maint.mk's web-manual rule
manual_title = The Yacc-compatible Parser Generator
gendocs_options_ = -I $(abs_top_srcdir)/doc -I $(abs_top_builddir)/doc
# It's useful to run maintainer-*check* targets during development, but we
# don't want to wait on a recompile because of an update to $(VERSION). Thus,