Chromium Code Reviews| Index: docs/Makefile.standalone |
| diff --git a/docs/Makefile.standalone b/docs/Makefile.standalone |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a0e3748cc7af3c4ff03818d563f384d6aa34d547 |
| --- /dev/null |
| +++ b/docs/Makefile.standalone |
| @@ -0,0 +1,5 @@ |
| +.PHONY: all |
| + |
| +all: |
| + doxygen Doxyfile |
| + @echo See file://`pwd`/../build/docs/html/index.html |