Skip to content

Commit

Permalink
AVRO-1779. Avro docs convenience artifact missing LICENSE/NOTICE. Con…
Browse files Browse the repository at this point in the history
…tributed by blue.

git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1724203 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
tomwhite committed Jan 12, 2016
1 parent cfa305b commit 080cd77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -256,6 +256,9 @@ Avro 1.8.0 (15 December 2015)

AVRO-1725. Docs: clarify restrictions on enum symbols. (martinkl)

AVRO-1779. Avro docs convenience artifact missing LICENSE/NOTICE.
(blue via tomwhite)

Avro 1.7.7 (23 July 2014)

NEW FEATURES
Expand Down
5 changes: 3 additions & 2 deletions build.sh
Expand Up @@ -126,8 +126,9 @@ case "$target" in
# build docs
(cd doc; ant)
# add LICENSE and NOTICE for docs
cp doc/LICENSE $DOC_DIR
cp doc/NOTICE $DOC_DIR
mkdir -p build/$DOC_DIR
cp doc/LICENSE build/$DOC_DIR
cp doc/NOTICE build/$DOC_DIR
(cd build; tar czf ../dist/avro-doc-$VERSION.tar.gz $DOC_DIR)

cp DIST_README.txt dist/README.txt
Expand Down
1 change: 1 addition & 0 deletions lang/c++/Doxyfile
Expand Up @@ -27,3 +27,4 @@ REFERENCES_RELATION = YES
ALPHABETICAL_INDEX = NO
GENERATE_LATEX = NO
HAVE_DOT = NO
OUTPUT_DIRECTORY = doc

0 comments on commit 080cd77

Please sign in to comment.