summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:31:47 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-22 11:31:47 +0200
commit5361f26e75d3541968fb585a7e2d0af5283994e8 (patch)
treec55c313006919f76d10288bc41175c3fd61166aa
parentfc4cb97144f62f07cf3d86052adf7f7b06267557 (diff)
add comment
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 474dc9d..45d699b 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,8 @@ version:
documentation:
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
+ # For github page
cp ./docs/$(NAME).pod ./README.pod
# Build a debian package (don't sign it, modify the arguments if you want to sign it)