Updated manpages, replaces a2x with txt2man
This simplifies the build-deps for Debian packages a little, and brings the docs up to date.
This commit is contained in:
4
Makefile
4
Makefile
@@ -109,10 +109,10 @@ acceptance:
|
||||
test: check acceptance
|
||||
|
||||
build/flexnbd.1: README.txt
|
||||
a2x --destination-dir build --format manpage $<
|
||||
txt2man -t flexnbd -s 1 $< > $@
|
||||
|
||||
build/flexnbd-proxy.1: README.proxy.txt
|
||||
a2x --destination-dir build --format manpage $<
|
||||
txt2man -t flexnbd-proxy -s 1 $< > $@
|
||||
|
||||
# If we don't pipe to file, gzip clobbers the original, causing make
|
||||
# to rebuild each time
|
||||
|
Reference in New Issue
Block a user