Commit df84e734 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Work around man pages being rebuilt unnecessarily making distcheck fail

Add distcleancheck_listfiles to work around BSD make wanting to
rebuild to man pages even though they are in the source directory.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5494 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 147b7ce6
......@@ -21,3 +21,6 @@ distcheck-hook:
exit 1 ; \
fi
distcleancheck_listfiles = \
find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
sh '{}' ';'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment