summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 42d2afb9..1395fcab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -339,7 +339,6 @@ EXTRA_DIST = auto_free.h buildrun.h elaborate.h loc2c.h session.h \
EXAMPLE_SOURCE_DIR = $(srcdir)/testsuite/systemtap.examples
EXAMPLE_META_FILES = $(EXAMPLE_SOURCE_DIR)/*/*.meta
-EXAMPLE_INDEX_GEN = $(EXAMPLE_SOURCE_DIR)/examples-index-gen.pl
TEST_COV_DIR = coverage
# XXX: leaves behind man pages
SUBDIRS = testsuite doc
@@ -1561,7 +1560,10 @@ install-exec-hook:
example_index: $(EXAMPLE_SOURCE_DIR)/index.html
$(EXAMPLE_SOURCE_DIR)/index.html: $(EXAMPLE_META_FILES) $(EXAMPLE_INDEX_GEN)
- perl $(EXAMPLE_INDEX_GEN) $(EXAMPLE_SOURCE_DIR)
+ @echo "The script example index is outdated, run"
+ @echo " cd $(EXAMPLE_SOURCE_DIR) && \\ "
+ @echo " perl examples-index-gen.pl"
+ @echo "to regenerate it."
dist-hook: dist-gitversion
find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf