aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-21 13:02:45 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-21 13:03:17 +0100
commitca0d190812839687bc1a8c33966e43c3f6eb87c8 (patch)
treee61ca2c1a4354c510f4524b61f11aed41295e7b3 /README-maintainer.md
parent82cae01a7611c9f7e91d3dbef0c2c0297efccfcf (diff)
downloadqpdf-ca0d190812839687bc1a8c33966e43c3f6eb87c8.tar.zst
Have make_dist infer the versionrelease-qpdf-8.0.a1
Diffstat (limited to 'README-maintainer.md')
-rw-r--r--README-maintainer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer.md b/README-maintainer.md
index 5291856a..98ee2ecc 100644
--- a/README-maintainer.md
+++ b/README-maintainer.md
@@ -53,7 +53,7 @@ Example:
rm -rf /tmp/qpdf-x.y.z
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.
+ From the parent of that directory, run `qpdf-x.y.z/make_dist`. 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` and just make a zip file of the result called `qpdf-external-libs-src.zip`. See the README.txt file there for information on creating binary external libs releases. Run this from the external-libs repository:
```
git archive --prefix=external-libs/ HEAD . | (cd /tmp; tar xf -)