]> git.ipfire.org Git - thirdparty/pdns.git/commit
Avoid accidental removal of generated files 9748/head
authorKevin P. Fleming <kevin@km6g.us>
Wed, 18 Nov 2020 15:05:39 +0000 (10:05 -0500)
committerKevin P. Fleming <kevin@km6g.us>
Wed, 18 Nov 2020 15:05:39 +0000 (10:05 -0500)
commit88fb80c77d6f67c3a0636a933ead6272a8dbbd83
treea3d053ba2586aa0b45dedf393f70aabab8fa79b3
parentdde3a2c6efe236495b7c9e89913b469d2a714125
Avoid accidental removal of generated files

When generated files (man pages, api-swagger files, etc.) are
in the tree because they were part of a source distribution
but were not locally generated, 'make clean' should not remove
them. Doing so results in a broken tree, as the Makefiles
expect the files to be present, and running 'configure' again
will introduce the additional dependencies required to
generate them.
docs/Makefile.am
pdns/Makefile.am