diff options
| author | Paul Buetow <paul@buetow.org> | 2012-04-20 22:17:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-04-20 22:17:46 +0200 |
| commit | 3f16eb64c2007b6376caf6a798dd456c14afb5b1 (patch) | |
| tree | 54e794fd8f41896b46a7cc9dd24df8b121874110 /Makefile | |
| parent | b79cc8f9b5dc83b45db1f82933eaa55d7546351c (diff) | |
.deb works
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ NAME=loadbars +all: documentation perltidy perltidy: find . -name \*.pm | xargs perltidy -b perltidy -b $(NAME) find . -name \*.bak -delete -all: documentation documentation: pod2man --release="$(NAME) $$(cut -d' ' -f2 debian/changelog | head -n 1 | sed 's/(//;s/)//')" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 |
