diff --git a/Makefile b/Makefile index f31437325..0284ee456 100644 --- a/Makefile +++ b/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 diff --git a/docs/src/manpage.txt b/docs/src/manpage.txt index 135a88031..1058d8a98 100644 --- a/docs/src/manpage.txt +++ b/docs/src/manpage.txt @@ -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 diff --git a/man/Makefile b/man/Makefile index c2d9d99f3..f98dc00e1 100644 --- a/man/Makefile +++ b/man/Makefile @@ -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 diff --git a/man/manpage.txt b/man/manpage.txt index 135a88031..1058d8a98 100644 --- a/man/manpage.txt +++ b/man/manpage.txt @@ -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 diff --git a/man/mlr.1 b/man/mlr.1 index 5292e60be..f397ac0bd 100644 --- a/man/mlr.1 +++ b/man/mlr.1 @@ -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