mkimage-profiles/lib/help.mk
Michael Shigorin 665c70a444 use PATH instead of hardwired pathlets
bin/ prefix tried to become a permatemp(tm).  No way.
2012-04-07 15:45:40 +03:00

13 lines
320 B
Makefile

# this makefile holds the most helpful bits for the toplevel one
help/distro:
@echo '** available distribution targets:'; \
columnize $(sort $(DISTROS:distro/%=%))
help/ve:
@echo '** available virtual environment targets:'; \
columnize $(sort $(VES))
help: | help/distro help/space help/ve; @:
help/space:; @echo