summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-16 09:08:22 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-16 09:08:22 +0200
commit2f407b655ece7b8be70a34f42c6561723bfc7dae (patch)
treedad74a111fd9d304eb3f5be82ce84eb966586c85 /Makefile
parent157bb60e68370003d1157b4595c70f495253be6f (diff)
parent3666d7d9d08d6c79017f57085ca8270961bafde9 (diff)
Q: Why haven't you graduated yet?0.0.5
A: Well, Dad, I could have finished years ago, but I wanted my dissertation to rhyme.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28c5e3f..fc5f669 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ documentation:
# To be replaced with sphynx instead of pod
pod2man --release="$(NAME) $$(cat .version)" \
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
- pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt
+ pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
+ cp ./docs/$(NAME).pod README.pod
# Build a debian package (don't sign it, modify the arguments if you want to sign it)
deb: all
dpkg-buildpackage