Commit a55649dc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

'make distcheck' doesn't pass
parent 9558f229
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: