From d6d066d5445afb5d688aca508a34abc0bbe2b1f2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetowlap.united.domain)" Date: Sun, 16 Mar 2014 09:31:48 +0100 Subject: rename project --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42b4fd6..d454316 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NAME=foo -all: version documentation build +NAME=japi +all: version docs build # THIS IS NEEDED BY THE DEBIAN TOOLS @@ -29,8 +29,8 @@ clean: version: cut -d' ' -f2 debian/changelog | head -n 1 | sed 's/(//;s/)//' > .version -# Builds the documentation into a manpage -documentation: +# Builds the docs into a manpage +docs: pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt -- cgit v1.2.3