script = argparse-html.py all: README README.html README: $(script) python $(script) --help >$@ README.html: $(script) python $(script) --html-usage --html-usage-raw >$@