2009-10-07 19:11:38 +04:00
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# Part of Equinox Desktop Environment (EDE).
|
|
|
|
# Copyright (c) 2009 EDE Authors.
|
|
|
|
#
|
|
|
|
# This program is licensed under terms of the
|
|
|
|
# GNU General Public License version 2 or newer.
|
|
|
|
# See COPYING for details.
|
|
|
|
|
|
|
|
SubDir TOP data desktop-links ;
|
|
|
|
|
2009-10-08 13:45:27 +04:00
|
|
|
actions quietly existing InstallIfEmpty
|
2009-10-07 19:11:38 +04:00
|
|
|
{
|
2009-10-08 13:45:27 +04:00
|
|
|
./$(>)/install-in-desktop-dir.sh
|
2009-10-07 19:11:38 +04:00
|
|
|
}
|
|
|
|
|
2009-10-08 13:45:27 +04:00
|
|
|
# use 'all' pseudotarget not 'install' because 'install' will be often run as superuser, installing
|
|
|
|
# data in superuser directory, not user directory
|
|
|
|
InstallIfEmpty all : $(SUBDIR) ;
|