2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 20:08:24 +00:00

explicitly specify git archive command

This commit is contained in:
Jay Berkenbilt 2011-08-11 14:22:28 -04:00
parent 0abdf5381c
commit ed907869d7

View File

@ -61,10 +61,14 @@ Release Reminders
make distclean make distclean
* To create a source release, do an export from the version control * To create a source release, do an export from the version control
system to a directory called qpdf-version. From the parent of that system to a directory called qpdf-version. For example, from this
directory, run make_dist with the directory as an argument. directory:
Remember to have fop in your path. For internally testing
releases, you can run make_dist with the --no-tests option. git archive --prefix=qpdf-x.y.z/ HEAD . | (cd /tmp; tar xf -)
From the parent of that directory, run make_dist with the directory
as an argument. Remember to have fop in your path. For internally
testing releases, you can run make_dist with the --no-tests option.
* To create a source release of external libs, do an export from the * To create a source release of external libs, do an export from the
version control system into a directory called qpdf-external-libs version control system into a directory called qpdf-external-libs