Merge remote-tracking branch 'origin/release-4-6' into HEAD
[alexxy/gromacs.git] / src / programs / pdb2gmx / CMakeLists.txt
index a90ce45915327f832f4f132a4d1aaf1ac78d2e1c..0c5bd2f6bd474e87fd6944f84185f642e855a2be 100644 (file)
@@ -3,6 +3,7 @@ include_directories(${CMAKE_SOURCE_DIR}/src/gromacs/gmxpreprocess)
 file(GLOB PDB2GMX_SOURCES *.c)
 
 add_executable(pdb2gmx ${PDB2GMX_SOURCES})
+gmx_add_man_page(pdb2gmx)
 target_link_libraries(pdb2gmx ${GMX_EXTRA_LIBRARIES} libgromacs)
 set_target_properties(pdb2gmx PROPERTIES OUTPUT_NAME "pdb2gmx${GMX_BINARY_SUFFIX}")
 install(TARGETS pdb2gmx DESTINATION ${BIN_INSTALL_DIR} COMPONENT runtime)