binutils: doc: move artifacts back to MAINTAINERCLEANFILES
authorSimon Marchi <simon.marchi@efficios.com>
Sat, 7 Mar 2020 03:06:34 +0000 (22:06 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 7 Mar 2020 03:06:34 +0000 (22:06 -0500)
commit9979ab666354f355da46ba826a3efeef9fbb8b24
tree5fdb9c993a27b7dc03cb5f6167d99316af3b8293
parent12e4371ae41c3e162e3051a0f6507481a8f37333
binutils: doc: move artifacts back to MAINTAINERCLEANFILES

In commit 2b44a6a237 (" binutils: doc: make `make clean` clean more
things"), I moved the doc build artifacts to MOSTLYCLEANFILES, which
made them get removed by "make clean".

Because generating binutils.info requires makeinfo, and we do not want
to require makeinfo when building from the tarball, binutils.info should
not get removed by "make clean" (otherwise, it won't be included in the
tarball).

And to be consistent with other projects (e.g. ld and gas), we also want
to ship the built man pages in the tarball.

This patch puts back all these in MAINTAINERCLEANFILES, so that they are
bundled in the tarball, and only cleaned if you use "make
maintainer-clean".

Tested by building a source release and confirming they are present.

binutils/ChangeLog:

PR 25491
* doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
* doc/Makefile.in: Re-generate.
binutils/ChangeLog
binutils/doc/Makefile.am
binutils/doc/Makefile.in
This page took 0.027362 seconds and 4 git commands to generate.