diff options
author | William Cohen <wcohen@redhat.com> | 2009-03-18 16:19:33 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-03-18 16:19:33 -0400 |
commit | cd3891cba6326df5ecfe4067f80e86390c759303 (patch) | |
tree | 854b0bd2dc928795ee2a08e32eb7378b777c464d /doc/Makefile.in | |
parent | bd1b2d37ccaa09c2516a2874f2eba90a2c61c432 (diff) | |
download | systemtap-steved-cd3891cba6326df5ecfe4067f80e86390c759303.tar.gz systemtap-steved-cd3891cba6326df5ecfe4067f80e86390c759303.tar.xz systemtap-steved-cd3891cba6326df5ecfe4067f80e86390c759303.zip |
Put man pages from tapset in 3stap (PR9870).
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 93753666..e23a6699 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -163,6 +163,7 @@ staplog_CPPFLAGS = @staplog_CPPFLAGS@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PDF_FILES = tutorial.pdf langref.pdf |