docs: generate HTML from testsuite POD documentation

This commit is contained in:
Michael Stapelberg
2012-09-10 12:03:14 +02:00
parent b4afd20d21
commit 5bea7cb7df
5 changed files with 109 additions and 3 deletions

View File

@ -194,6 +194,7 @@ ifeq ($(V),0)
# echo-ing vars
V_ASCIIDOC = echo ASCIIDOC $@;
V_POD2HTML = echo POD2HTML $@;
V_A2X = echo A2X $@;
endif