| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index d84e928e91f4d5ce7bda5efab5555b82bf80a59c..130b6d0018b8fb9330de64158243f73c90d401cc 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -510,8 +510,7 @@ bloat: make_symlink
|
| @echo See Subzero size breakdown in bloat/pnacl-sz.bloat.html
|
|
|
| docs:
|
| - doxygen Doxyfile
|
| - @echo See file://`pwd`/docs/html/index.html
|
| + make -C docs -f Makefile.standalone
|
|
|
| clean:
|
| rm -rf pnacl-sz *.o $(OBJDIR) $(SB_OBJDIR) build/pnacl-sz.bloat.json
|
|
|