| Index: third_party/pkg/angular/scripts/generate-documentation.sh
|
| diff --git a/third_party/pkg/angular/genDocs.sh b/third_party/pkg/angular/scripts/generate-documentation.sh
|
| similarity index 89%
|
| copy from third_party/pkg/angular/genDocs.sh
|
| copy to third_party/pkg/angular/scripts/generate-documentation.sh
|
| index 0eeea7dda75636386d71826d9aa79832230cc331..fbfb3153c77db786d743e6c4af0ea13485b19171 100755
|
| --- a/third_party/pkg/angular/genDocs.sh
|
| +++ b/third_party/pkg/angular/scripts/generate-documentation.sh
|
| @@ -1,6 +1,6 @@
|
| #!/bin/bash
|
| -
|
| -dartdoc \
|
| +. $(dirname $0)/env.sh
|
| +$DARTDOC \
|
| --package-root=packages/ \
|
| --out doc \
|
| --mode=static \
|
|
|