diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-03 09:37:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-03 09:37:33 +0800 |
commit | a72e41b1086804327761d3e22eb047fe2c55cd18 (patch) | |
tree | 24b5c074737ab090978d40292dfbc8b7dd1b0bee | |
parent | 0a6118baea4d0dfcf24a935408dda1124252f976 (diff) | |
download | gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.tar gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.tar.gz gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.tar.bz2 gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.tar.lz gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.tar.xz gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.tar.zst gsoc2013-evolution-a72e41b1086804327761d3e22eb047fe2c55cd18.zip |
Don't generate `doc/Makefile' in `configure' because there is nothing
to generate it from.
svn path=/trunk/; revision=2769
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-05-02 Ettore Perazzoli <ettore@helixcode.com> + + * configure.in: Do not output `doc/Makefile' because there is + nothing to generate it from. + 2000-05-02 Dan Winship <danw@helixcode.com> * configure.in, acconfig.h: add some minimal Kerberos checking. diff --git a/configure.in b/configure.in index 8db2253bdc..5a5044b66c 100644 --- a/configure.in +++ b/configure.in @@ -399,7 +399,6 @@ macros/Makefile intl/Makefile po/Makefile.in e-util/Makefile -doc/Makefile libibex/Makefile camel/Makefile camel/providers/Makefile @@ -449,4 +448,5 @@ wombat/Makefile art/Makefile default_user/Makefile tools/Makefile +directory/Makefile ]) |