| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 402a9d0ff5f84f24410cf5b12e8f75edc8130ad6..64796c9b184aad1621269eff8b1fa4da043b87b6 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -510,11 +510,10 @@ 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
|
|
|
| clean-all: clean
|
| - rm -rf build/ docs/html
|
| + rm -rf build/ crosstest/Output/
|
|
|