X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fdocs%2FMakefile.am;h=776a2750ada4ae2f2f8f4676c40a79a9f7675033;hb=16634ab902b66b0ba2f3f39af8ff6ed25b5f7115;hp=13146543b545b07d64bfda0d59459aa600f4df31;hpb=eea53605c5acb244aebb72d75bdd9b3a68a9678a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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