apulse icon indicating copy to clipboard operation
apulse copied to clipboard

Separate man output files depend on 32 and 64 version...

Open drathir opened this issue 7 years ago • 2 comments

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)

drathir avatar Apr 18 '18 19:04 drathir

Isn't that what -doc or some other arch-independent packages are for?

i-rinat avatar Apr 18 '18 19:04 i-rinat

That mean if both versions x86 and x86_64 are builded and used at systemm, that chosen distro package maintainer need to care about adjust and rename man files, bc both will get the same naming of output man files... ? Greetings...

drathir avatar Apr 19 '18 17:04 drathir