Correct dirname.

This commit is contained in:
Victor Zverovich 2014-04-24 06:16:53 -07:00
parent f04cb531db
commit 47cbcf8b3a

View File

@ -307,7 +307,7 @@ or downloading a package from
Then go to the format directory and generate Makefiles with
`CMake <http://www.cmake.org/>`__::
$ cd format
$ cd cppformat
$ cmake .
Next use the following commands to run the unit tests::