X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/03e8d89193be9ec7f8d61d035746bccbfd881223..604da3b78777bf69d01d214f203f3be8ee258f67:/Makefile diff --git a/Makefile b/Makefile index 7bebefd..42387c8 100644 --- a/Makefile +++ b/Makefile @@ -91,3 +91,12 @@ README.html: README %.html-chunked : %.xml xmlto html -o $@ $< + +# Maintainer stuff +sync-docs: + cg switch release + -cg merge -n master + cg commit -m "Merge with master" + make doc + cg commit -m "Sync docs" + cg switch master