added dist-hook that clears the tests/log dir properly as otherwise

'make distcheck' doesn't pass
This commit is contained in:
Daniel Stenberg 2003-03-31 11:37:47 +00:00
parent 9558f229db
commit a55649dc82
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ SUBDIRS = docs lib src include tests packages
# create a root makefile in the distribution:
dist-hook:
rm -rf $(top_builddir)/tests/log
cp $(srcdir)/Makefile.dist $(distdir)/Makefile
html: