Add a make dist target that produces a distributable source tarball. This is needed for Fedora/RPM packaging workflows where source tarballs are the standard input format.
The target should create a versioned tarball (e.g., tar-diff-0.1.2.tar.gz) suitable for use with rpmbuild.
Add a
make disttarget that produces a distributable source tarball. This is needed for Fedora/RPM packaging workflows where source tarballs are the standard input format.The target should create a versioned tarball (e.g.,
tar-diff-0.1.2.tar.gz) suitable for use withrpmbuild.