2008-09-13 12:19:36 +02:00
|
|
|
--- stapex.5.in-dist 2008-08-16 16:27:08.000000000 +0200
|
|
|
|
+++ stapex.5.in 2008-08-18 18:01:39.000000000 +0200
|
2008-08-14 02:38:19 +02:00
|
|
|
@@ -109,12 +109,12 @@
|
|
|
|
.SH MORE EXAMPLES
|
|
|
|
|
|
|
|
Larger examples, demos and samples can be found in
|
|
|
|
-@prefix@/doc/systemtap*/examples, each example comes with either a .txt
|
2008-12-15 15:08:38 +01:00
|
|
|
+@prefix@/share/doc/packages/systemtap/examples, each example comes with either a .txt
|
2008-08-14 02:38:19 +02:00
|
|
|
or .meta file explaining what the example, sample or demo does and how
|
|
|
|
it is ordinarily run.
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
-.BR @prefix@/doc/systemtap*/examples
|
2008-12-15 15:08:38 +01:00
|
|
|
+.BR @prefix@/share/doc/packages/systemtap/examples
|
2008-08-14 02:38:19 +02:00
|
|
|
.IR stap (1)
|
|
|
|
.IR stapprobes (5)
|
|
|
|
.IR stapfuncs (5)
|
2008-09-13 12:19:36 +02:00
|
|
|
--- Makefile.am-dist 2008-08-16 16:27:07.000000000 +0200
|
|
|
|
+++ Makefile.am 2008-08-18 18:02:30.000000000 +0200
|
|
|
|
@@ -191,7 +191,7 @@
|
|
|
|
| while read f; do if test -x $$f; then \
|
|
|
|
i_cmd="$(INSTALL_PROGRAM)"; else \
|
|
|
|
i_cmd="$(INSTALL_DATA)"; fi; \
|
|
|
|
- $$i_cmd -D $$f $(DESTDIR)$(docdir)/examples/$$f; done)
|
2008-12-15 15:08:38 +01:00
|
|
|
+ $$i_cmd -D $$f $(DESTDIR)$(datadir)/doc/packages/systemtap/examples/$$f; done)
|
2008-09-13 12:19:36 +02:00
|
|
|
|
|
|
|
TEST_COV_DIR = coverage
|
|
|
|
|
|
|
|
--- doc/Makefile.am-dist 2008-08-16 16:27:07.000000000 +0200
|
|
|
|
+++ doc/Makefile.am 2008-08-18 18:01:39.000000000 +0200
|
2008-08-14 02:38:19 +02:00
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
## process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
PDF_FILES = tutorial.pdf langref.pdf
|
|
|
|
-DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap
|
2008-12-15 15:08:38 +01:00
|
|
|
+DOC_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/packages/systemtap
|
2008-08-14 02:38:19 +02:00
|
|
|
|
|
|
|
if BUILD_DOCS
|
|
|
|
all-local: $(PDF_FILES)
|