summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-04-20 22:17:46 +0200
committerPaul Buetow <paul@buetow.org>2012-04-20 22:17:46 +0200
commit3f16eb64c2007b6376caf6a798dd456c14afb5b1 (patch)
tree54e794fd8f41896b46a7cc9dd24df8b121874110 /Makefile
parentb79cc8f9b5dc83b45db1f82933eaa55d7546351c (diff)
.deb works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a004ff3..9f6ae13 100644
--- a/Makefile
+++ b/Makefile
@@ -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