parent
93cc6161aa
commit
a47d4ac09d
@ -1,14 +1,6 @@
|
|||||||
# Makefile for source rpm: desktop-backgrounds
|
# Makefile for source rpm: desktop-backgrounds
|
||||||
# $Id: Makefile,v 1.1 2004/09/09 04:07:00 cvsdist Exp $
|
# $Id: Makefile,v 1.2 2004/09/30 16:00:01 alexl 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: 367 KiB |
Loading…
Reference in new issue