leto / math--gsl

Perl interface to the GNU Scientific Library
http://leto.net/code/Math-GSL
33 stars 25 forks source link

Make `./Build distcheck` not complain about missing files in the MANIFEST #217

Closed hakonhagland closed 4 years ago

hakonhagland commented 4 years ago

Currently, when running ./Build distcheck it will complain about several files not being in the MANIFEST:

Not in MANIFEST: developer/bin/update_copyright.pl
Not in MANIFEST: developer/wiki/Upgrade.md
Not in MANIFEST: developer/wiki/Upload.md
Not in MANIFEST: docker/Dockerfile
Not in MANIFEST: swig/renames.1.15.i
Not in MANIFEST: swig/renames.1.16.i
Not in MANIFEST: swig/renames.2.0.i
Not in MANIFEST: swig/renames.2.1.i
Not in MANIFEST: swig/renames.2.2.1.i
Not in MANIFEST: swig/renames.2.2.i
Not in MANIFEST: swig/renames.2.3.i
Not in MANIFEST: swig/renames.2.4.i
Not in MANIFEST: swig/renames.2.5.i
Not in MANIFEST: swig/renames.2.6.i

These files should not be in the MANIFEST, so we add them to MANIFEST.SKIP to silence the warnings.