diff options
author | Will Cohen <wcohen@peloton.usersys.redhat.com> | 2009-01-07 12:13:50 -0500 |
---|---|---|
committer | Will Cohen <wcohen@peloton.usersys.redhat.com> | 2009-01-07 12:13:50 -0500 |
commit | 92aff3c7556ad0f968ff97d5755e4a6488eb80a8 (patch) | |
tree | 9c14a6a6721c36dfec24c873c77388784c83a883 /doc/SystemTap_Tapset_Reference/Makefile.am | |
parent | 2d4b8ddfb72206a2e0fc4b500e54602a1f6ba189 (diff) | |
download | systemtap-steved-92aff3c7556ad0f968ff97d5755e4a6488eb80a8.tar.gz systemtap-steved-92aff3c7556ad0f968ff97d5755e4a6488eb80a8.tar.xz systemtap-steved-92aff3c7556ad0f968ff97d5755e4a6488eb80a8.zip |
Check xmlto available and allow user to control generation of reference docs.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/Makefile.am')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am index 609519e4..9e7d2069 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.am +++ b/doc/SystemTap_Tapset_Reference/Makefile.am @@ -18,7 +18,7 @@ noinst_PROGRAMS = docproc SRCTREE=$(abs_top_srcdir)/ DOCPROC=$(abs_builddir)/docproc -if BUILD_DOCS +if BUILD_REFDOCS all: tapsets.pdf stamp-htmldocs stamp-mandocs tapsets.xml: docproc $(shell find $(SRCTREE) -name '*.stp') SRCTREE=$(SRCTREE) $(DOCPROC) doc $(abs_srcdir)/tapsets.tmpl > tapsets.xml.new |