Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
drathir opened this issue Apr 18, 2018 · 2 comments
Open

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

drathir opened this issue Apr 18, 2018 · 2 comments

Comments

@drathir
Copy link

drathir commented Apr 18, 2018

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)
@i-rinat
Copy link
Owner

i-rinat commented Apr 18, 2018

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

@drathir
Copy link
Author

drathir commented Apr 19, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants