aboutsummaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-08-11 20:22:28 +0200
committerJay Berkenbilt <ejb@ql.org>2011-08-11 20:22:28 +0200
commited907869d7cbc8d4f35ac1cdb43891bcf8d6eccf (patch)
tree413e5627f6fd310f4aa08bac901afd6d33439a2f /README.maintainer
parent0abdf5381c4ecbdaf28e51baade13494dc023dfc (diff)
downloadqpdf-ed907869d7cbc8d4f35ac1cdb43891bcf8d6eccf.tar.zst
explicitly specify git archive command
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer12
1 files changed, 8 insertions, 4 deletions
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