diff --git a/Makefile b/Makefile index 774be3c4..2af08e6e 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,7 @@ clean: @if [ "$@" == "$(RAWHIDECOMPS)" ] ; then \ cat $(RAWHIDECOMPS) | sed 's/redhat-release/rawhide-release/g' > comps-rawhide.xml ; \ fi + +# Add an easy alias to generate a rawhide comps file +comps-rawhide: comps-f9.xml + @mv comps-f9.xml comps-rawhide.xml