diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-31 11:37:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-31 11:37:47 +0000 |
commit | a55649dc82d8227dd2e07cf59544f626646caf02 (patch) | |
tree | 165642c5308f1041424041b53248cbc7368bc551 | |
parent | 9558f229db056404ebc3b573f44bdc80790c2cfd (diff) |
added dist-hook that clears the tests/log dir properly as otherwise
'make distcheck' doesn't pass
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c634b0e9f..c42cc25ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: |