9fd0bc143e
The output was still somewhat ragged in 80x24 terminal window with fmt(1) which wasn't anticipating the word length difference subsequent column(1) would have to cope with later on. Thanks Loic Cattani for his shell columnizer implementation: https://github.com/Arko/Columnize
13 lines
328 B
Makefile
13 lines
328 B
Makefile
# this makefile holds the most helpful bits for the toplevel one
|
|
|
|
help/distro:
|
|
@echo '** available distribution targets:'; \
|
|
bin/columnize $(sort $(DISTROS:distro/%=%))
|
|
|
|
help/ve:
|
|
@echo '** available virtual environment targets:'; \
|
|
bin/columnize $(sort $(VES))
|
|
|
|
help: | help/distro help/space help/ve; @:
|
|
help/space:; @echo
|