Skip to content

Commit

Permalink
fixup! Fixes #14700: Build relay man page separately
Browse files Browse the repository at this point in the history
Fixes #14700: Build relay man page separately
  • Loading branch information
amousset committed Apr 18, 2019
1 parent 4416266 commit aa34db8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions relay/sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ relay-api/virtualenv/virtualenv.py: relay-api/virtualenv.tgz
cd relay-api && tar -xzf ./virtualenv.tgz
cd relay-api && mv ./virtualenv-$(VIRTUALENV_RELEASE)/ virtualenv/

man-source: target/man/rudder-relayd.1;
man-source: target/man-source/rudder-relayd.1;

target/man/%: man/%.adoc
mkdir -p target/man
asciidoctor -D target/man -b manpage $<
target/man-source/%: man/%.adoc
mkdir -p target/man-source
asciidoctor -D target/man-source -b manpage $<

man: target/man/rudder-relayd.1.gz;

Expand Down

0 comments on commit aa34db8

Please sign in to comment.