diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:35:17 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:35:17 +0200 |
| commit | 920dbc32082169fbcdf8f64ba89e64cef97745dd (patch) | |
| tree | 1029b463deaa997c494a6d0765874edec5acc34e /Makefile | |
| parent | 481244551b413ca2be2792ff1b393dd5b945de6b (diff) | |
New release
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,7 +33,9 @@ documentation: pod2man --release="$(NAME) $$(cat .version)" \ --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 # Also write README.txt for Github. - 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) deb: all |
