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=776a2750ada4ae2f2f8f4676c40a79a9f7675033;hp=13146543b545b07d64bfda0d59459aa600f4df31;hb=df9acf77f33fdf63ee3b81f5848b76c5baaa8cba;hpb=8d7a2d639ced5d2eb3ce4321653ad4d8b55b0b95 diff --git a/build/tizen/docs/Makefile.am b/build/tizen/docs/Makefile.am index 1314654..776a275 100644 --- a/build/tizen/docs/Makefile.am +++ b/build/tizen/docs/Makefile.am @@ -1,5 +1,6 @@ all-local: @rm -f doxygen-errors.txt + @-doxygen -u dali.doxy @-doxygen dali.doxy &> doxygen-errors.txt || rm doxygen-errors.txt @touch doxygen-errors.txt @cat doxygen-errors.txt @@ -7,4 +8,4 @@ all-local: @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 \ No newline at end of file + @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