Commit 4e118fdb authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: rst2man not required for build

parent 6a290ed2
...@@ -9,10 +9,9 @@ trackrdrd.3: README.rst ...@@ -9,10 +9,9 @@ trackrdrd.3: README.rst
if HAVE_RST2MAN if HAVE_RST2MAN
${RST2MAN} README.rst $@ ${RST2MAN} README.rst $@
else else
@echo "========================================" @echo "==========================================="
@echo "You need rst2man installed to make dist" @echo "rst2man not installed, no man pages created"
@echo "========================================" @echo "==========================================="
@false
endif endif
include doxygen-include.am include doxygen-include.am
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment