aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2001-07-30 23:57:22 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-30 23:57:22 +0800
commit274f811fc9c8e02286cd74003bb5cbcd8f14a367 (patch)
tree363ba557a9f60c0fb1c0445f9ab09bd7071185cc
parent94151ce4a0912d066ee78acbd2c44a7cbb491664 (diff)
downloadgsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar
gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.gz
gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.bz2
gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.lz
gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.xz
gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.tar.zst
gsoc2013-evolution-274f811fc9c8e02286cd74003bb5cbcd8f14a367.zip
Jason Leach <jleach@ximian.com>
* Makefile.am (install-data-hook): Only try to make a $(defaultdir)/news if building with NNTP support. svn path=/trunk/; revision=11475
-rw-r--r--default_user/ChangeLog5
-rw-r--r--default_user/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog
index 2a8fe1034f..61c6c508f4 100644
--- a/default_user/ChangeLog
+++ b/default_user/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-30 Jason Leach <jleach@ximian.com>
+
+ * Makefile.am (install-data-hook): Only try to make a
+ $(defaultdir)/news if building with NNTP support.
+
2001-07-19 Chris Toshok <toshok@ximian.com>
* addressbook-sources.xml: remove all the servers that just don't
diff --git a/default_user/Makefile.am b/default_user/Makefile.am
index 63baeab1f4..40a5f31b7b 100644
--- a/default_user/Makefile.am
+++ b/default_user/Makefile.am
@@ -6,4 +6,6 @@ default_DATA = addressbook-sources.xml searches.xml
EXTRA_DIST = $(default_DATA)
install-data-hook:
+if ENABLE_NNTP
-mkdir $(defaultdir)/news
+endif