mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
make sure manpage gets updated on make build check install
This commit is contained in:
parent
275c06c103
commit
db69402e24
5 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue