From 38a6cf886694abc67703604986cdeaf1ac9d20d5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 1 Feb 2019 21:28:55 -0500 Subject: 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. --- README-maintainer | 8 ++++---- 1 file 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. -- cgit v1.2.3-70-g09d2