diff options
author | dsmith <dsmith> | 2006-12-20 15:56:14 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-12-20 15:56:14 +0000 |
commit | 94cfa8020d1cb4b575db0b1828efc4ad6dcd7aab (patch) | |
tree | c4cbfb5c45de27df8ea4c62576f7105e3d38b7b6 /systemtap.spec.in | |
parent | bc558b71c0e21f56e4dde18345662267bc69b73d (diff) | |
download | systemtap-steved-94cfa8020d1cb4b575db0b1828efc4ad6dcd7aab.tar.gz systemtap-steved-94cfa8020d1cb4b575db0b1828efc4ad6dcd7aab.tar.xz systemtap-steved-94cfa8020d1cb4b575db0b1828efc4ad6dcd7aab.zip |
2006-12-20 David Smith <dsmith@redhat.com>
PR 3519.
* Makefile.am: Added 'examples' directory to the 'EXTRA_DIST'
variable so that the examples directory will be added to the
distribution directory. Added variables 'SAMPLE_DEST_DIR' and
'SAMPLE_SRC' and target 'dist-add-samples' to copy some of the
testsuite sample scripts to the examples directory when creating a
distribution directory.
* Makefile.in: Regenerated.
* systemtap.spec.in: Added 'examples' directory to the %doc list
so that the examples directory will be installed on a user's
system.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index fc149796..62965700 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -120,7 +120,7 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc README AUTHORS NEWS COPYING +%doc README AUTHORS NEWS COPYING examples %{_bindir}/stap %{_bindir}/lket-b2a |