ede/data/wallpapers/Jamfile
2012-05-16 12:16:19 +00:00

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) ;