fedora-comps/Makefile

20 lines
426 B
Makefile
Raw Normal View History

2006-02-26 20:30:25 +00:00
XMLINFILES=$(wildcard *.xml.in)
XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES))
all: po $(XMLFILES)
2006-02-26 20:30:25 +00:00
po: $(XMLINFILES)
2006-11-23 20:24:39 +00:00
make -C po -f Makefile || exit 1
2006-02-26 20:30:25 +00:00
clean:
@rm -fv *~
comps-fe7.xml.in: comps-f7.xml.in
ln -s comps-f7.xml.in comps-fe7.xml.in
2006-02-26 20:30:25 +00:00
%.xml: %.xml.in
./update-comps $@
@if [ "$@" == "$(RAWHIDECOMPS)" ] ; then \
cat $(RAWHIDECOMPS) | sed 's/redhat-release/rawhide-release/g' > comps-rawhide.xml ; \
fi