From ca0d190812839687bc1a8c33966e43c3f6eb87c8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 21 Feb 2018 07:02:45 -0500 Subject: Have make_dist infer the version --- README-maintainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README-maintainer.md') 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 -) -- cgit v1.2.3-54-g00ecf