From ed907869d7cbc8d4f35ac1cdb43891bcf8d6eccf Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 11 Aug 2011 14:22:28 -0400 Subject: explicitly specify git archive command --- README.maintainer | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.maintainer') diff --git a/README.maintainer b/README.maintainer index f2791e0f..bf1994bd 100644 --- a/README.maintainer +++ b/README.maintainer @@ -61,10 +61,14 @@ Release Reminders make distclean * To create a source release, do an export from the version control - system to a directory called qpdf-version. 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. + system to a directory called qpdf-version. For example, from this + directory: + + 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 version control system into a directory called qpdf-external-libs -- cgit v1.2.3-54-g00ecf