apulse
apulse copied to clipboard
Separate man output files depend on 32 and 64 version...
There is a issue where both man for 32 and 64 bit version have the same name: install(FILES "${CMAKE_SOURCE_DIR}/man/apulse.1" DESTINATION share/man/man1)
would be nice if:
- 64 bit get: install(FILES "${CMAKE_SOURCE_DIR}/man/apulse.1" DESTINATION share/man/man1) -32 bit get: install(FILES "${CMAKE_SOURCE_DIR}/man/apulse32.1" DESTINATION share/man/man1)
Isn't that what -doc or some other arch-independent packages are for?