Adopt the use of the gnulib module "gendocs".

* doc/.gitignore: Ignore gendocs_template and gendocs_template_min,
since these are copied from gnulib/doc/.
* cfg.mk (manual_title): Set $manual_title, since this is needed
for maint.mk's nvocation of gendocs.sh.  Also set
$gendocs_options_ so that the Texinfo tools can find
dblocation.texi.
* build-aux/.gitignore: Ignore gendocs.sh since it is copied into
this directory by gnulib-tool (the file is part of the gendocs
module).
* bootstrap.conf (maintainer_modules): Add gendocs, so that we can
automate the generation of HTML and other documentation for
http://www.gnu.org/software/findutils.
This commit is contained in:
James Youngman 2016-03-24 06:53:06 +00:00
parent 47d8fd38f7
commit c97c9c4f17
4 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,7 @@ maintainer_modules='
gitlog-to-changelog
maintainer-makefile
update-copyright
gendocs
'
# 'consider' comments copied from 'import-gnulib.config':

View File

@ -23,3 +23,4 @@
/vc-list-files
/warn-on-use.h
/ylwrap
/gendocs.sh

5
cfg.mk
View File

@ -14,6 +14,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
manual_title = Finding Files
# We need to pass the -I option to gendocs so that the texinfo tools
# can find dblocation.texi, which is a generated file.
gendocs_options_ = -s find.texi -I $(abs_builddir)/doc
local-checks-to-skip :=
# Errors I think are too picky anyway.

2
doc/.gitignore vendored
View File

@ -29,3 +29,5 @@
/regexprops-generic.texi
/parse-datetime.texi
/dblocation.texi
/gendocs_template
/gendocs_template_min