typo fix: Dist the data for the test cases

change 'dist_hook:' to 'dist-hook:'
This commit is contained in:
Ryan Lortie 2010-08-06 13:11:20 -04:00
parent b3b7ea8e22
commit 5e044a943c

View File

@ -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