mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
bcb80c3598
- show commit hash, with a link to the commit - highlight if this is the dev or released version page - sort the rfc's, the list in rfc/index.txt has the major rfc's at the topic, but this nuance is lost in the html page
10 lines
196 B
Makefile
10 lines
196 B
Makefile
default: fetch link
|
|
|
|
fetch:
|
|
./fetch.sh
|
|
|
|
link:
|
|
go run -tags link link.go -- ../*.go ../*/*.go
|
|
|
|
xr:
|
|
go run xr.go -- xr-dev $$(git rev-parse --short HEAD) $$(git tag | tail -n1) ../*.go ../*/*.go
|