summaryrefslogtreecommitdiff
path: root/Makefile
blob: 594e80ad60a36139a8e6e74f889bc7399b069372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

UTILNAME:=argparse
PKGNAME:=ruamel.std.argparse
VERSION:=$$(python setup.py --version)
REGEN:=/usr/local/bin/ruamel_util_new util --std Argparse --skip-util --skip-hg

include ~/.config/ruamel_util_new/Makefile.inc

clean:
	rm -rf build .tox $(PKGNAME).egg-info/ README.pdf __pycache__
	find . -name "*.pyc" -exec rm {} +

updatereadme:
	updatereadme

layout:	pdf
	cp README.pdf /data0/tmp/pdf