Author: massie
Date: Mon Jan 18 05:49:48 2010
New Revision: 900281
URL: http://svn.apache.org/viewvc?rev=900281&view=rev
Log:
AVRO-347. Add the --unsafe flag to asciidoc in order to include source/header
files
Modified:
hadoop/avro/trunk/CHANGES.txt
hadoop/avro/trunk/lang/c/docs/Makefile.am
Modified: hadoop/avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=900281&r1=900280&r2=900281&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Mon Jan 18 05:49:48 2010
@@ -322,6 +322,8 @@
AVRO-313. Default values for fields or records and array (or map) don't
work with ResolvingDecoder (thiru)
AVRO-337. ant test-java fails in Cygwin due to CRLF v LF problem (thiru)
+
+ AVRO-347. Add the --unsafe flag to asciidoc in order to include
source/header files (massie)
Avro 1.2.0 (14 October 2009)
Modified: hadoop/avro/trunk/lang/c/docs/Makefile.am
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/lang/c/docs/Makefile.am?rev=900281&r1=900280&r2=900281&view=diff
==============================================================================
--- hadoop/avro/trunk/lang/c/docs/Makefile.am (original)
+++ hadoop/avro/trunk/lang/c/docs/Makefile.am Mon Jan 18 05:49:48 2010
@@ -3,6 +3,6 @@
SUFFIXES = .html
.txt.html:
- asciidoc --attribute=avro_versi...@version@
--attribute=libavro_versi...@libavro_version@ --attribute=toc -n -o $@ $<
+ asciidoc --unsafe --attribute=avro_versi...@version@
--attribute=libavro_versi...@libavro_version@ --attribute=toc -n -o $@ $<
docs: index.html