diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-01-13 10:20:35 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-13 10:20:35 +0800 |
commit | 75c4fd98b64414d2e102002a5259f554f5b27b69 (patch) | |
tree | bd29552ef13e965f371340a698e50633b95853a2 | |
parent | a6dd190c216806d4c0520d7a8e6a8d26d056154e (diff) | |
download | gsoc2013-evolution-75c4fd98b64414d2e102002a5259f554f5b27b69.tar.gz gsoc2013-evolution-75c4fd98b64414d2e102002a5259f554f5b27b69.tar.zst gsoc2013-evolution-75c4fd98b64414d2e102002a5259f554f5b27b69.zip |
Suggest what to do if gtk-doc is not found.
2001-01-12 Federico Mena Quintero <federico@ximian.com>
* configure.in: Suggest what to do if gtk-doc is not found.
svn path=/trunk/; revision=7468
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-01-12 Federico Mena Quintero <federico@ximian.com> + + * configure.in: Suggest what to do if gtk-doc is not found. + 2001-01-12 Christopher James Lahey <clahey@helixcode.com> * configure.in: Make evolution depend on the new version of gal. diff --git a/configure.in b/configure.in index cd09f1692d..cfa53818de 100644 --- a/configure.in +++ b/configure.in @@ -752,5 +752,7 @@ echo " else echo " Programming documentation files will not be built. + You may want to install the gtk-doc package + so that you will get the Evolution Developer's Guide. " fi |