makefile: cleanup help message

This commit is contained in:
Marek Marczykowski-Górecki 2015-10-29 04:02:24 +01:00
parent 9d52b7d178
commit 1936e0f336
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -17,10 +17,6 @@ SHELL = /bin/bash
help:
@echo "make rpms -- generate binary rpm packages"
@echo "make rpms-vm -- generate binary rpm packages for VM"
@echo "make update-repo-current -- copy newly generated rpms to qubes yum repo"
@echo "make update-repo-current-testing -- same, but to -current-testing repo"
@echo "make update-repo-unstable -- same, but to -testing repo"
@echo "make update-repo-installer -- copy dom0 rpms to installer repo"
@echo "make clean -- cleanup"
@echo "make install-vm -- install VM related files"