summaryrefslogtreecommitdiff
path: root/build-aux/.gitignore
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2016-03-24 06:53:06 +0000
committerJames Youngman <jay@gnu.org>2016-03-24 06:56:15 +0000
commitc97c9c4f171f89e0ecdd47cebfc3564ba1fa9844 (patch)
treeb1b545023a7e4a4c952ab16f62046d5bbd4335a4 /build-aux/.gitignore
parent47d8fd38f70f7865058d84e27b14a71cc4b4e951 (diff)
downloadfindutils-c97c9c4f171f89e0ecdd47cebfc3564ba1fa9844.tar.gz
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.
Diffstat (limited to 'build-aux/.gitignore')
-rw-r--r--build-aux/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index d403b486..6bb00da2 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -23,3 +23,4 @@
/vc-list-files
/warn-on-use.h
/ylwrap
+/gendocs.sh