aboutsummaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-03-27 14:17:17 +0100
committerJay Berkenbilt <ejb@ql.org>2010-03-27 14:17:17 +0100
commit75b55b7aad4fab2def877c33ae9649166dea3efe (patch)
tree4946dcad6459a201e6e5fde9209d177883186bab /README.maintainer
parente5fbae0a376b8d91d9c6f3636a1a2f39d2b28dce (diff)
downloadqpdf-75b55b7aad4fab2def877c33ae9649166dea3efe.tar.zst
create autogen.sh for convenience
git-svn-id: svn+q:///qpdf/trunk@943 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.maintainer b/README.maintainer
index 1ff7d501..019a41d4 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -26,9 +26,7 @@ Release Reminders
* To construct a source distribution from a pristine checkout,
make_dist does the following:
- aclocal -I m4
- autoheader
- autoconf
+ ./autogen.sh
./configure --enable-doc-maintenance
make build_manual
make distclean