aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-12 22:56:17 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-13 18:18:31 +0200
commitad0fd53fc4caf11ea3dffe0ece63b84e0d792674 (patch)
treefdc858924caa412ab27e8c54c4a6f8ae6a0b3cf0 /README-maintainer
parentc9d11d70a739fa521c2adaebd0ae5b88e643eb78 (diff)
downloadqpdf-ad0fd53fc4caf11ea3dffe0ece63b84e0d792674.tar.zst
Remove needless autogen.sh references/invocations
Since the files autogen.sh creates are now controlled, you only have to run autogen.sh when you modify the source files, not when you build from a clean checkout.
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer1
1 files changed, 0 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index 2f52aa68..e4e31862 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -228,7 +228,6 @@ OTHER NOTES
To construct a source distribution from a pristine checkout,
`make_dist` does the following:
-./autogen.sh
./configure --enable-doc-maintenance --enable-werror
make build_manual
make distclean