parent
e1e7678efa
commit
b52527fb59
@ -1,6 +1,14 @@
|
|||||||
# Makefile for source rpm: desktop-backgrounds
|
# Makefile for source rpm: desktop-backgrounds
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1 2004/09/09 04:07:00 cvsdist Exp $
|
||||||
NAME := desktop-backgrounds
|
NAME := desktop-backgrounds
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
|
TARGETS = generate-default-background
|
||||||
|
|
||||||
|
.PHONY :: generate-default-background
|
||||||
|
|
||||||
|
generate-default-background:
|
||||||
|
cp default-background-fc.png default-background.png
|
||||||
|
if echo $(COLLECTION) | grep -q -e "^dist-[^-]*E\($$\|-\)"; then cp default-background-rhel.png default-background.png; fi
|
||||||
|
|
||||||
include ../common/Makefile.common
|
include ../common/Makefile.common
|
||||||
|
After Width: | Height: | Size: 608 KiB |
After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in new issue