miller/doc/Makefile.am
2016-02-09 09:31:12 -05:00

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