mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
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:
parent
47d8fd38f7
commit
c97c9c4f17
@ -36,6 +36,7 @@ maintainer_modules='
|
||||
gitlog-to-changelog
|
||||
maintainer-makefile
|
||||
update-copyright
|
||||
gendocs
|
||||
'
|
||||
|
||||
# 'consider' comments copied from 'import-gnulib.config':
|
||||
|
||||
1
build-aux/.gitignore
vendored
1
build-aux/.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/vc-list-files
|
||||
/warn-on-use.h
|
||||
/ylwrap
|
||||
/gendocs.sh
|
||||
|
||||
5
cfg.mk
5
cfg.mk
@ -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
2
doc/.gitignore
vendored
@ -29,3 +29,5 @@
|
||||
/regexprops-generic.texi
|
||||
/parse-datetime.texi
|
||||
/dblocation.texi
|
||||
/gendocs_template
|
||||
/gendocs_template_min
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user