From: Ryan Lortie Date: Fri, 6 Aug 2010 17:11:20 +0000 (-0400) Subject: typo fix: Dist the data for the test cases X-Git-Tag: 2.25.13~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e044a943c96967841c3c341ac5975c36064d640;p=platform%2Fupstream%2Fglib.git typo fix: Dist the data for the test cases change 'dist_hook:' to 'dist-hook:' --- 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