diff options
author | Josh Stone <jistone@redhat.com> | 2009-02-19 19:06:43 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-02-19 19:36:54 -0800 |
commit | 398edb63c89f853606f68b316bb6528e2f9d76da (patch) | |
tree | 21241d10b7dfa2f6fc2dad973451de4a3a66474a /doc/Makefile.in | |
parent | 4b3c90dad2ab5564abfdd6aec28de652b1d6c3f9 (diff) | |
download | systemtap-steved-398edb63c89f853606f68b316bb6528e2f9d76da.tar.gz systemtap-steved-398edb63c89f853606f68b316bb6528e2f9d76da.tar.xz systemtap-steved-398edb63c89f853606f68b316bb6528e2f9d76da.zip |
Kill all ChangeLogs
Mark Wielaard, a dear friend of the departed, will be performing a song
and dance at the funeral services to commemorate the joyous times that
they had together.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index eb9f2877..e23a6699 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -32,7 +32,7 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = doc -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -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 |