From: russ Date: Fri, 25 Sep 2015 23:35:01 +0000 (-0400) Subject: tweak dev guide build to exclude .dirs X-Git-Tag: 3.0.0-233~817 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abda768ff0deb149db23e79a6da1aecec61092d3;p=thirdparty%2Fsnort3.git tweak dev guide build to exclude .dirs --- diff --git a/doc/dev_guide.sh b/doc/dev_guide.sh index 624fa5f77..c794c40d2 100755 --- a/doc/dev_guide.sh +++ b/doc/dev_guide.sh @@ -32,7 +32,7 @@ notes=dev_notes.txt echo "generating working tree in $tmp" mkdir -p $tmp || exit -1 -src_dirs=`find src -type d` +src_dirs=`find src -type d -name "[^.]?*"` # copy headers to temp working dir using same tree structure # but strip out repetitive copyright blocks diff --git a/src/utils/test/dev_notes.txt b/src/utils/test/dev_notes.txt new file mode 100644 index 000000000..3ee80c5c3 --- /dev/null +++ b/src/utils/test/dev_notes.txt @@ -0,0 +1,2 @@ +This directory provides unit tests of the code in the parent directory. +