// <<@ /-//>>=
#!/usr/bin/env python3
"""Run asciidoctor with the given arguments, then touch the stamp file.
Usage: gen_docs.py <asciidoctor> [asciidoctor-args...] <stamp>
The last argument is always the stamp file to touch on success.
"""
*, =
// @