mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
8 lines
257 B
Makefile
8 lines
257 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.
|
|
manpage:
|
|
ruby mkman.rb > mlr.1
|