diff options
author | Mark Wielaard <mjw@redhat.com> | 2008-08-25 22:41:07 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2008-08-25 22:41:07 +0200 |
commit | 677328047c60fbcdf0f755e72b165fe442098070 (patch) | |
tree | e99dbb86cd5bdf29346e8267f29f03bccf683570 /testsuite/Makefile.am | |
parent | 278def1009fff72da4e4ea3949e6b722cc541c07 (diff) | |
download | systemtap-steved-677328047c60fbcdf0f755e72b165fe442098070.tar.gz systemtap-steved-677328047c60fbcdf0f755e72b165fe442098070.tar.xz systemtap-steved-677328047c60fbcdf0f755e72b165fe442098070.zip |
Examples html files moved into subdir.
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r-- | testsuite/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index b92286b0..3a47548c 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -34,11 +34,11 @@ EXTRA_DIST = execrc config lib systemtap \ systemtap.pass1-4 systemtap.samples systemtap.printf \ systemtap.maps systemtap.base \ systemtap.examples/examples-index-gen.pl \ - systemtap.examples/systemtap.css \ - systemtap.examples/systemtapcorner.gif \ - systemtap.examples/systemtaplogo.png \ - systemtap.examples/html_footer.tmpl \ - systemtap.examples/html_header.tmpl + systemtap.examples/html/systemtap.css \ + systemtap.examples/html/systemtapcorner.gif \ + systemtap.examples/html/systemtaplogo.png \ + systemtap.examples/html/html_footer.tmpl \ + systemtap.examples/html/html_header.tmpl # $(srcdir)/These values point the test suite to the install tree, and |