From 5e044a943c96967841c3c341ac5975c36064d640 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 6 Aug 2010 13:11:20 -0400 Subject: [PATCH] typo fix: Dist the data for the test cases change 'dist_hook:' to 'dist-hook:' --- glib/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am index ab3cb25..bd200dc 100644 --- a/glib/tests/Makefile.am +++ b/glib/tests/Makefile.am @@ -164,7 +164,7 @@ EXTRA_DIST += \ keyfiletest.ini \ bookmarks.xbel -dist_hook: +dist-hook: mkdir $(distdir)/markups; \ for f in $(srcdir)/markups/*; do \ cp $$f $(distdir)/markups; done -- 2.7.4