rename make precommit to make dev

This commit is contained in:
John Kerl 2021-11-11 00:02:24 -05:00
parent 9a9b635fb2
commit 0d4fc143ad
8 changed files with 9 additions and 9 deletions

View file

@ -21,7 +21,7 @@ install:
# * turns *.md.in into *.md (live code samples), using mlr from the $PATH
# * note the man/manpage.txt becomes some of the HTML content
# * turns *.md into docs/site HTML and CSS files
precommit:
dev:
make -C go fmt
make -C go build
make -C go check

View file

@ -70,7 +70,7 @@ In this example I am using version 6.1.0 to 6.2.0; of course that will change fo
* Edit `go/src/version/version.go` from `6.1.0-dev` to `6.2.0`.
* Edit version in `docs/mkdocs.yml` from `6.1.0` to `6.2.0`.
* Run `make precommit` in the Miller repo base directory
* Run `make dev` in the Miller repo base directory
* The ordering in this makefile rule is important: the first build creates `mlr`; the second runs `mlr` to create `manpage.txt`; the third includes `manpage.txt` into one of its outputs.
* Commit and push.

View file

@ -54,7 +54,7 @@ In this example I am using version 6.1.0 to 6.2.0; of course that will change fo
* Edit `go/src/version/version.go` from `6.1.0-dev` to `6.2.0`.
* Edit version in `docs/mkdocs.yml` from `6.1.0` to `6.2.0`.
* Run `make precommit` in the Miller repo base directory
* Run `make dev` in the Miller repo base directory
* The ordering in this makefile rule is important: the first build creates `mlr`; the second runs `mlr` to create `manpage.txt`; the third includes `manpage.txt` into one of its outputs.
* Commit and push.

View file

@ -48,6 +48,6 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/go
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 precommit` in the Miller base
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

@ -32,6 +32,6 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/go
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 precommit` in the Miller base
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

@ -2965,4 +2965,4 @@ SEE ALSO
2021-11-10 MILLER(1)
2021-11-11 MILLER(1)

View file

@ -2965,4 +2965,4 @@ SEE ALSO
2021-11-10 MILLER(1)
2021-11-11 MILLER(1)

View file

@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2021-11-10
.\" Date: 2021-11-11
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2021-11-10" "\ \&" "\ \&"
.TH "MILLER" "1" "2021-11-11" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~