release: don't include temp files
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 8 May 2020 08:32:20 +0000 (10:32 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 8 May 2020 09:33:31 +0000 (11:33 +0200)
commitbee47598aa1f853df14f7edb51d8a7cadcfa9939
tree89acd140d0bd589da464281aa8bd03f75fb71c2e
parenta896be19de9e6e7845b24af497fead6f522ef67d
release: don't include temp files

When we prepare the release, we generate the manual in various formats,
so that it can be consulted locally without needing the miriads of tools
needed to generate it.

However, this creates the temporary .br2-external.* files in the output
directory, and those end up in the release tarball.

This is not a problem in practice, but is not clean.

Run 'distclean' in the output directory, to get rid of everything but
the generated documentation.

Reported-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile