summaryrefslogtreecommitdiff
path: root/Makefile
blob: 81e8fb1522050f7e4e03881ae3b2fb634ada85b1 (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
	find . -name "*.pyc" -exec rm {} +

updatereadme:
	updatereadme

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