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
This commit is contained in:
Jeff Schwab 2016-05-23 21:07:13 -04:00
parent 96c28f748d
commit 6c8cec0eb8
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ bin/
/_CPack_Packages
/doc/doxyxml
/doc/html
!/doc/html
virtualenv
/Testing
/install_manifest.txt

0
doc/html/.gitignore vendored Normal file
View File