create an empty news directory in $(defaultdir).
2000-07-12 Chris Toshok <toshok@helixcode.com> * Makefile.am (install-data-hook): create an empty news directory in $(defaultdir). svn path=/trunk/; revision=4114
This commit is contained in:
committed by
Chris Toshok
parent
2d4ee0e3a3
commit
ee5fbe7663
@ -1,3 +1,8 @@
|
||||
2000-07-12 Chris Toshok <toshok@helixcode.com>
|
||||
|
||||
* Makefile.am (install-data-hook): create an empty news directory
|
||||
in $(defaultdir).
|
||||
|
||||
2000-07-06 Chris Toshok <toshok@helixcode.com>
|
||||
|
||||
* ldapservers.xml: break up the uri into it's component pieces. -
|
||||
|
||||
@ -4,3 +4,6 @@ defaultdir = $(prefix)/share/evolution/default_user
|
||||
default_DATA = ldapservers.xml shortcuts.xml
|
||||
|
||||
EXTRA_DIST = $(default_DATA)
|
||||
|
||||
install-data-hook:
|
||||
mkdir $(defaultdir)/news
|
||||
|
||||
Reference in New Issue
Block a user