diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:08:22 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-16 09:08:22 +0200 |
| commit | 2f407b655ece7b8be70a34f42c6561723bfc7dae (patch) | |
| tree | dad74a111fd9d304eb3f5be82ce84eb966586c85 /Makefile | |
| parent | 157bb60e68370003d1157b4595c70f495253be6f (diff) | |
| parent | 3666d7d9d08d6c79017f57085ca8270961bafde9 (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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
