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.
Currently, when running
./Build distcheck
it will complain about several files not being in theMANIFEST
:These files should not be in the
MANIFEST
, so we add them toMANIFEST.SKIP
to silence the warnings.