mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 00:18:39 +00:00
11 lines
361 B
Makefile
11 lines
361 B
Makefile
EXTRA_DIST= mlr.1
|
|
man1_MANS= mlr.1
|
|
|
|
# This target is not for use at package install; only at package-creation time.
|
|
# The mlr.1 file should be committed to source control. It uses the mlr
|
|
# executable from the PATH variable.
|
|
#
|
|
# See also
|
|
# https://miller.readthedocs.io/en/latest/build.html#creating-a-new-release-for-developers
|
|
manpage:
|
|
ruby mkman.rb > mlr.1
|