summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2010-01-01 20:47:26 +0100
committerMark Wielaard <mjw@redhat.com>2010-01-02 00:07:00 +0100
commit53ade4da49f02bedf5c0e7e0b82d961b3e78cb4d (patch)
tree4ba68c78843cb47e102b7c988cb17a96ff8c2438 /Makefile.in
parent72f28cc2cb57bbcc4e773069dad6cf75343fb396 (diff)
downloadsystemtap-steved-53ade4da49f02bedf5c0e7e0b82d961b3e78cb4d.tar.gz
systemtap-steved-53ade4da49f02bedf5c0e7e0b82d961b3e78cb4d.tar.xz
systemtap-steved-53ade4da49f02bedf5c0e7e0b82d961b3e78cb4d.zip
Add SystemTap_Beginners_Guide to build.
* configure.ac: Add --enable-publican and --with-publican-brand. Setup "shadow" directory doc/beginners. * Makefile.in: Regenerated. * configure: Regenerated. * doc/Makefile.am (SUBDIRS): Add beginners. * doc/Makefile.in: Regenerated. * doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml (productname): Set to Systemtap. (productnumber): Set to 1.0. * SystemTap_Beginners_Guide/en-US/*.xml: Replace includes from extras/testsuite to ../testsuite, * doc/SystemTap_Beginners_Guide/publican.cfg: Moved to ... * doc/SystemTap_Beginners_Guide/publican.cfg.in: ... here. * doc/SystemTap_Beginners_Guide/Makefile: Removed. * doc/SystemTap_Beginners_Guide/old-syncandbuild.sh: Removed. * doc/SystemTap_Beginners_Guide/syncandbuild.sh: Removed. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * doc/beginners/Makefile.am: New makefile. * doc/beginners/Makefile.in: New generated file. * grapher/Makefile.in: Regenerated. * systemtap.spec: Add with_publican and publican_brand.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 89046421..3230757d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,10 +65,9 @@ pkglibexec_PROGRAMS = stapio$(EXEEXT) $(am__EXEEXT_2) $(am__EXEEXT_3)
@HAVE_NSS_TRUE@am__append_21 = -lnss3 -lnspr4
@BUILD_TRANSLATOR_TRUE@noinst_PROGRAMS = loc2c-test$(EXEEXT)
subdir = .
-DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
- $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/configure $(am__configure_deps) \
- $(srcdir)/config.in $(srcdir)/stap.1.in \
+DIST_COMMON = INSTALL NEWS README AUTHORS $(srcdir)/Makefile.in \
+ $(srcdir)/Makefile.am $(top_srcdir)/configure \
+ $(am__configure_deps) $(srcdir)/config.in $(srcdir)/stap.1.in \
$(srcdir)/stapprobes.3stap.in $(srcdir)/stapfuncs.3stap.in \
$(srcdir)/stapvars.3stap.in $(srcdir)/stapex.3stap.in \
$(srcdir)/staprun.8.in $(srcdir)/stap-client.8.in \
@@ -325,6 +324,7 @@ PIECFLAGS = @PIECFLAGS@
PIECXXFLAGS = @PIECXXFLAGS@
PIELDFLAGS = @PIELDFLAGS@
PKG_CONFIG = @PKG_CONFIG@
+PUBLICAN_BRAND = @PUBLICAN_BRAND@
RANLIB = @RANLIB@
RPM_CFLAGS = @RPM_CFLAGS@
RPM_LIBS = @RPM_LIBS@
@@ -360,6 +360,7 @@ have_dvips = @have_dvips@
have_latex = @have_latex@
have_latex2html = @have_latex2html@
have_ps2pdf = @have_ps2pdf@
+have_publican = @have_publican@
have_xmlto = @have_xmlto@
host_alias = @host_alias@
htmldir = @htmldir@