From 3f16eb64c2007b6376caf6a798dd456c14afb5b1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 20 Apr 2012 22:17:46 +0200 Subject: .deb works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3