Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions man/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if(MANPAGE_TARGETS)
endif()

install(FILES osm2pgsql.1 DESTINATION share/man/man1)
install(FILES osm2pgsql-expire.1 DESTINATION share/man/man1)
install(FILES osm2pgsql-replication.1 DESTINATION share/man/man1)
install(FILES osm2pgsql-test-style.1 DESTINATION share/man/man1)
if (BUILD_GEN)
Expand Down
Loading