From 94cfa8020d1cb4b575db0b1828efc4ad6dcd7aab Mon Sep 17 00:00:00 2001 From: dsmith Date: Wed, 20 Dec 2006 15:56:14 +0000 Subject: 2006-12-20 David Smith 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. --- systemtap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemtap.spec.in') 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 -- cgit