mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
|
#
|
||
|
# $Id: Jamfile 2316 2008-09-04 10:16:55Z karijes $
|
||
|
#
|
||
|
# Part of Equinox Desktop Environment (EDE).
|
||
|
# Copyright (c) 2012 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 wallpapers ;
|
||
|
|
||
|
FILES = [ Wildcard *.jpg ] ;
|
||
|
InstallData $(EDE_WALLPAPERS_DIR) : $(FILES) ;
|