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
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user