make sure manpage gets updated on make build check install

This commit is contained in:
John Kerl 2021-11-10 10:13:14 -05:00
parent 275c06c103
commit db69402e24
5 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ precommit:
make -C go check
make -C man build
make -C docs
echo DONE
@echo DONE
# Keystroke-saver
itso: build check install

View file

@ -29,7 +29,7 @@ DESCRIPTION
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents Miller v6.0.0-dev.
manpage documents mlr 6.0.0-dev.
EXAMPLES
mlr --icsv --opprint cat example.csv

View file

@ -21,7 +21,7 @@ build: .always
mkdir -p ./man1
cp mlr.1 ./man1
install:
install: build
mkdir -p $(INSTALLDIR)
cp mlr.1 $(INSTALLDIR)/mlr.1

View file

@ -29,7 +29,7 @@ DESCRIPTION
insertion-ordered hash map. This encompasses a variety of data
formats, including but not limited to the familiar CSV, TSV, and JSON.
(Miller can handle positionally-indexed data as a special case.) This
manpage documents Miller v6.0.0-dev.
manpage documents mlr 6.0.0-dev.
EXAMPLES
mlr --icsv --opprint cat example.csv

View file

@ -47,7 +47,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
array, then Miller's natural data structure is the insertion-ordered hash map.
This encompasses a variety of data formats, including but not limited to the
familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as
a special case.) This manpage documents Miller v6.0.0-dev.
a special case.) This manpage documents mlr 6.0.0-dev.
.SH "EXAMPLES"
.sp