Skip to content

Commit 2c04af9

Browse files
Tom Deweytdewey-rpi
Tom Dewey
authored andcommitted
Move asciidoctor rule to actually generate manpage
1 parent f23688b commit 2c04af9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

debian/rules

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ export DH_VERBOSE = 1
44
export DH_VIRTUALENV_INSTALL_ROOT=/usr/share/
55

66
%:
7+
asciidoctor -b docbook --attribute leveloffset=+1 --out-file - README.adoc |\
8+
pandoc -f docbook -s -t man --shift-heading-level-by=-1 > debian/rpi-sb-provisioner.1
79
dh $@ --with python-virtualenv --with systemd
810

911
override_dh_usrlocal:
10-
11-
override_dh_auto_build:
12-
asciidoctor -b docbook --attribute leveloffset=+1 --out-file - README.adoc |\
13-
pandoc -f docbook -s -t man --shift-heading-level-by=-1 > debian/rpi-sb-provisioner.1

0 commit comments

Comments
 (0)