From 6c8cec0eb82fbbdc297133b229ff9847939d0869 Mon Sep 17 00:00:00 2001 From: Jeff Schwab Date: Mon, 23 May 2016 21:07:13 -0400 Subject: [PATCH] Create doc/html directory The html directory must exist before the documentation can be built; else, make reports the following error: CMake Error at doc/cmake_install.cmake:31 (file): file INSTALL cannot find "/Users/jeff/pkg/fmtlib/fmt/doc/html". Call Stack (most recent call first): cmake_install.cmake:33 (include) make: *** [install] Error 1 --- .gitignore | 1 + doc/html/.gitignore | 0 2 files changed, 1 insertion(+) create mode 100644 doc/html/.gitignore diff --git a/.gitignore b/.gitignore index c57070c5..609a7f3c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ bin/ /_CPack_Packages /doc/doxyxml /doc/html +!/doc/html virtualenv /Testing /install_manifest.txt diff --git a/doc/html/.gitignore b/doc/html/.gitignore new file mode 100644 index 00000000..e69de29b