aboutsummaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.maintainer b/README.maintainer
index 49e6a175..4a628f9d 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -24,6 +24,7 @@ Release Reminders
make_release does the following.
autoconf
+ autoheader
./configure --enable-doc-maintenance
make build_manual
make distclean
@@ -34,12 +35,11 @@ Release Reminders
General Build Stuff
===================
-QPDF supports autoconf and libtool but does not use automake. In
-addition, there is no header file generated by autoconf. The only
-file distributed with the qpdf source distribution that is not a
-controlled file is "configure", and it is generated by just running
-"autoconf". There is no need to run autoreconf, automake, autoheader,
-aclocal, or any other autotools programs beyond autoconf.
+QPDF supports autoconf and libtool but does not use automake. The
+only files distributed with the qpdf source distribution that are not
+controlled are "configure", "libqpdf/qpdf/qpdf-config.h.in", and some
+documentation. See above for the steps required to prepare a source
+distribution.
A small handful of additional files have been taken from autotools
programs. These should probably be updated from time to time.