diff options
author | Ben Smith <binji@chromium.org> | 2020-01-17 16:19:18 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2020-01-17 16:19:18 -0800 |
commit | 0b99d31dd8b4c16e213680494589ad5b6702ea47 (patch) | |
tree | dd29bd53a0e501825882386263fb417f5fa8ba65 /CMakeLists.txt | |
parent | 7c80d05e37dc02870c680869ae3f04ac6d9637ee (diff) | |
download | wabt-0b99d31dd8b4c16e213680494589ad5b6702ea47.tar.gz wabt-0b99d31dd8b4c16e213680494589ad5b6702ea47.tar.bz2 wabt-0b99d31dd8b4c16e213680494589ad5b6702ea47.zip |
Move documentation to docs/ directory
It's easier to update than gh-pages
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 363a5660..aa43f580 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -589,7 +589,7 @@ if (NOT EMSCRIPTEN) if (NOT CMAKE_INSTALL_MANDIR) include(GNUInstallDirs) endif () - file(GLOB MAN_FILES "${CMAKE_CURRENT_SOURCE_DIR}/man/*.1") + file(GLOB MAN_FILES "${CMAKE_CURRENT_SOURCE_DIR}/docs/doc/*.1") foreach(MAN_FILE ${MAN_FILES}) install(FILES ${MAN_FILE} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/) |