From be9b9a594f7113074fde4f3c2294ad88bc1a9288 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sun, 2 Jun 2013 23:56:17 -0700 Subject: Build doc in source folder mailcore2/appledoc --- scripts/gen-docs.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/gen-docs.sh (limited to 'scripts/gen-docs.sh') diff --git a/scripts/gen-docs.sh b/scripts/gen-docs.sh old mode 100644 new mode 100755 index 4760c83a..34bda991 --- a/scripts/gen-docs.sh +++ b/scripts/gen-docs.sh @@ -1,3 +1,9 @@ +#!/bin/sh + +if test -f prepare.sh ; then + cd .. +fi + appledoc \ --no-create-docset \ --no-install-docset \ @@ -8,5 +14,5 @@ appledoc \ --ignore "*.m" \ --no-warn-invalid-crossref \ --no-repeat-first-par \ ---output ~/mailcore2-docs \ +--output appledoc \ src -- cgit v1.2.3