summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-09-29 14:09:32 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-09-29 14:09:32 -0400
commit7a18a12684f498929b5938ceb18f66b18d2e1fe3 (patch)
treee2ef22aac08b85a54094445f7ec0509dbd45e304 /configure
parentf3d75239e30b5ba55936d9340b0e95caa698034b (diff)
downloadsystemtap-steved-7a18a12684f498929b5938ceb18f66b18d2e1fe3.tar.gz
systemtap-steved-7a18a12684f498929b5938ceb18f66b18d2e1fe3.tar.xz
systemtap-steved-7a18a12684f498929b5938ceb18f66b18d2e1fe3.zip
tapset docs cleanup
Several problems: some invalid <command> etc. directives in the tapset embedded docs; some analysis about the non-generation of the pdf; some cleanup of the generated man pages. * configure.ac (BUILD_PDFREFDOCS): Correct condition typo, but still leave disabled. * doc/SystemTap_Tapset_Reference/Makefile.am (XMLTOMANPARMS): Add, to disable noise "AUTHORS" / "COPYRIGHT" sections. * tapset/*.stp: Removed several docbook-y markup that is not valid in kerneldoc.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a7055140..537aa211 100755
--- a/configure
+++ b/configure
@@ -6826,7 +6826,7 @@ $as_echo "no" >&6; }
$as_echo "$as_me: WARNING: Not building reference documentation in PDF format" >&2;}
fi
fi
- if test "have_xmlto_pdf" == "yes"; then
+ if test "maybe later" == "yes"; then
BUILD_PDFREFDOCS_TRUE=
BUILD_PDFREFDOCS_FALSE='#'
else