diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-10 07:39:17 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-10 07:39:17 +0200 |
| commit | cfe97123dd04b95bd5f9add67dc34f046d0de208 (patch) | |
| tree | f18b5b8fb0ee6edf58cee94df16a150a5ee45c33 | |
| parent | 9696f2477ee7421dead2deb0dfb11472a5a84816 (diff) | |
If you learn one useless thing every day, in a single year you'll learn
365 useless things.
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -33,8 +33,7 @@ version: documentation: pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 - pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt - cp ./docs/$(NAME).txt README.txt + pod2text ./docs/$(NAME).pod | tee ./docs/$(NAME).txt > README.txt # Build a debian package (don't sign it, modify the arguments if you want to sign it) deb: all |
