aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-02-02 03:28:55 +0100
committerJay Berkenbilt <ejb@ql.org>2019-02-02 04:25:25 +0100
commit38a6cf886694abc67703604986cdeaf1ac9d20d5 (patch)
tree831c5c5c866d6dabe784eb1cc5f441ded1414dfa /README-maintainer
parent8acf636b4e525169a7f52160ce1a5423be762271 (diff)
downloadqpdf-38a6cf886694abc67703604986cdeaf1ac9d20d5.tar.zst
Update binary compatibility test instructions
Since autogenerated files are now committed, we no longer need to rerun ./autogen.sh and actually shouldn't because it could mask errors.
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer8
1 files changed, 4 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index 9e5b6ed5..4a49544b 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -85,9 +85,9 @@ RELEASE PREPARATION
* Test for binary compatibility:
* Check out the last release
- * ./autogen.sh && ./configure --enable-werror && make -j$(nproc)
+ * ./configure --enable-werror && make -j$(nproc)
* Check out the current version
- * ./autogen.sh && ./configure --enable-werror && make -j$(nproc) build_libqpdf
+ * ./configure --enable-werror && make -j$(nproc) build_libqpdf
* Checkout the last release
* make -k check NO_REBUILD=1
@@ -137,8 +137,8 @@ chmod 555 *.AppImage
`README-what-to-download.md` separately onto the download area if
needed.
-* Ensure that the master branch has been to github. The rev-parse
- command below should show the same commit hash for all its
+* Ensure that the master branch has been pushed to github. The
+ rev-parse command below should show the same commit hash for all its
arguments. Create and push a signed tag. This should be run with
HEAD pointing to the tip of master.