* Makefile.am (install-data-hook): Only try to make a
	$(defaultdir)/news if building with NNTP support.

svn path=/trunk/; revision=11475
This commit is contained in:
Jacob Leach
2001-07-30 15:57:22 +00:00
parent 94151ce4a0
commit 274f811fc9
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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