diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:36:34 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:36:34 +0200 |
| commit | 5c7b2727b372bde0d5e133238a8a0fd621f422cd (patch) | |
| tree | 9d601432f07e7105ea9833aac0221a34b3bc2f56 /Makefile | |
| parent | 204066274c592f0787c79c7aa1d49af5abc1c596 (diff) | |
add README.pod for github1.0.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ documentation: pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 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) deb: all |
