summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--README6
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index afd166d1..dda68b88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2003-04-27 Moritz Schulte <moritz@g10code.com>
* README: Documented new configure switches.
+ Mention the --enable-maintainer-switch.
* configure.ac: Merged some code from GnuPG's configure.ac for
disabling sha512/tiger in case no 64 data types are available.
diff --git a/README b/README
index 8f791a14..35594181 100644
--- a/README
+++ b/README
@@ -32,7 +32,11 @@
If you are using the CVS version, make sure that you have the
latest automake (I am using Debian Sid) and run ./autogen.sh to
- create configure.
+ create configure. You also need to enable maintainer mode at
+ configure time with the `--enable-maintainer-mode' switch; without
+ this switch, the documentation can not be build, since the file
+ `version.texi', which is needed for building the documentation, will
+ only be generated, if maintainer mode is enabled.
Mailing List