summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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