diff --git a/CMakeLists.txt b/CMakeLists.txt index 0165d9964..50d50d18d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,6 +172,7 @@ IF(BUILD_LIBRARY) add_subdirectory (library) ## install the default documentation files install(FILES LICENSE "Lua API.html" Readme.html Compile.html Contributors.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) + install(DIRECTORY images DESTINATION ${DFHACK_USERDOC_DESTINATION}) endif() #build the plugins diff --git a/Readme.html b/Readme.html index c596371e7..137971abd 100644 --- a/Readme.html +++ b/Readme.html @@ -2771,6 +2771,7 @@ guideline because it arguably just fixes small usability bugs in the game UI.

Dwarf Manipulator

Implemented by the manipulator plugin. To activate, open the unit screen and press 'l'.

+images/manipulator.png

This tool implements a Dwarf Therapist-like interface within the game UI. The far left column displays the unit's Happiness (color-coded based on its value), and the right half of the screen displays each dwarf's labor settings @@ -2806,6 +2807,7 @@ directly to the main dwarf mode screen.