From 3c1c3d4668587f609bd376a3e0d094fba19df54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 19 Jul 2012 15:56:09 +0200 Subject: [PATCH] Document Doxygen's inability to create full path, if it doesn't exist. --- README.md | 3 ++- doc/building.dox | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7785fd91d..086fcef4a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ documentation can be build by running: doxygen in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation -will be in `build/doc/` directory. +will be in `build/doc/` directory. You might need to create `build/` directory +if it doesn't exist yet. PLUGINS AND EXAMPLES ==================== diff --git a/doc/building.dox b/doc/building.dox index 4a6d6901a..cc17e340f 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -94,7 +94,8 @@ for math formulas. The documentation can be build by running doxygen in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation -will be in `build/doc/` directory. +will be in `build/doc/` directory. You might need to create `build/` directory +if it doesn't exist yet. @section building-arch Building ArchLinux packages In `package/archlinux` directory is currently one PKGBUILD for Git development