summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-10 07:27:19 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-10 07:27:19 +0200
commit9696f2477ee7421dead2deb0dfb11472a5a84816 (patch)
tree6566432be31b2748ce4df4d7f3b9b70f8756c773
parent6fedcd84160cb21cb2486ec78b7f7c2c0fd301db (diff)
rename docu target
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 902a173..8394f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME=template
-all: version docu build
+all: version documentation 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 docu into a manpage
-docu:
+# Builds the documentation into a manpage
+documentation:
pod2man --release="$(NAME) $$(cat .version)" \
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt