linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra
https://linbox-team.github.io/linbox
GNU Lesser General Public License v2.1
81 stars 28 forks source link

map and md5 files shouldn't be installed with the API documentation #252

Open orlitzky opened 4 years ago

orlitzky commented 4 years ago

Doxygen generates a bunch of *.md5 and *.map files to be used in incremental rebuilds, but they aren't part of the final output. LinBox's make install thus shouldn't install them (they just waste space).