summaryrefslogtreecommitdiff
path: root/Makefile
blob: 53c08fa5d908acfab14607d3ec75abe84579c6b9 (plain)
1
2
3
4
5
6
7
8
9
script = argparse-html.py

all: README README.html

README: $(script)
	python $(script) --help >$@

README.html: $(script)
	python $(script) --html-usage --html-usage-raw >$@