Files
whipper-gui/man/Makefile
Louis-Philippe Véronneau abcdd06713 Add man pages.
Fixes #73.

Signed-off-by: Louis-Philippe Véronneau <pollo@debian.org>
2020-05-30 10:49:07 +00:00

8 lines
146 B
Makefile
Executable File

MAKEFLAGS += --silent
build:
for manpage in *.rst; do rst2man --exit-status=2 --report=1 $${manpage} "$${manpage%%.*}".1 ; done
clean:
rm *.1