X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2FMakefile.am;h=c49a732155bbed17f089155fbe936d11da7cdc3d;hp=776a2750ada4ae2f2f8f4676c40a79a9f7675033;hb=570bd6238ad29f9e6e25cda9681a2c719c42b819;hpb=df9acf77f33fdf63ee3b81f5848b76c5baaa8cba diff --git a/build/tizen/docs/Makefile.am b/build/tizen/docs/Makefile.am index 776a275..c49a732 100644 --- a/build/tizen/docs/Makefile.am +++ b/build/tizen/docs/Makefile.am @@ -6,6 +6,3 @@ all-local: @cat doxygen-errors.txt @if [ -s doxygen-errors.txt ]; then exit 1 ; fi @rm doxygen-errors.txt -# Build JavaScript API documentation using yuidoc ( Yahoo JavaScript Documentation Tool ) -# We first test yuidoc exists, then change in to the dali-script-v8 docs directory and run yuidoc - @if [ ! `which yuidoc` = "" ]; then cd ../../../plugins/dali-script-v8/docs && yuidoc --config yuidoc.json -e ".cpp,.js,.md" -o generated .. ../../../docs/content/shared-javascript-and-cpp-documentation/ ; fi