This commit is contained in:
John Kerl 2022-02-04 20:22:17 -05:00
parent aa960040d8
commit 4a2d77213e
2 changed files with 8 additions and 10 deletions

View file

@ -46,8 +46,7 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/te
## Build script
Much of Miller's documentation is autogenerated from code. With the `miller/go`
directory in your `$PATH` (so it will find the modified `mlr` executable if
you've modified any source code), please do `make dev` in the Miller base
directory. This runs source build, unit test, regression test, manual-page
autogen, document autogen, and document static-build all in the correct order.
Much of Miller's documentation is autogenerated from code. With the `miller` directory in your
`$PATH` (so it will find the modified `mlr` executable if you've modified any source code), please
do `make dev` in the Miller base directory. This runs source build, unit test, regression test,
manual-page autogen, document autogen, and document static-build all in the correct order.

View file

@ -30,8 +30,7 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/te
## Build script
Much of Miller's documentation is autogenerated from code. With the `miller/go`
directory in your `$PATH` (so it will find the modified `mlr` executable if
you've modified any source code), please do `make dev` in the Miller base
directory. This runs source build, unit test, regression test, manual-page
autogen, document autogen, and document static-build all in the correct order.
Much of Miller's documentation is autogenerated from code. With the `miller` directory in your
`$PATH` (so it will find the modified `mlr` executable if you've modified any source code), please
do `make dev` in the Miller base directory. This runs source build, unit test, regression test,
manual-page autogen, document autogen, and document static-build all in the correct order.