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

Make man-page install dir configurable for cmake build system #89

Closed
derselbst opened this issue Oct 15, 2010 · 3 comments
Closed

Make man-page install dir configurable for cmake build system #89

derselbst opened this issue Oct 15, 2010 · 3 comments

Comments

@derselbst
Copy link
Member

Currently the installation path for manual pages is hardcoded to
"PREFIX/share/man/man1", which causes trouble on systems that use a different install path (like "PREFIX/man/man1") instead.

Other projects use something like -DINSTALL_MAN_DIR. Please add something like this to fluidsynth's cmake build system.

Reported by: ppr-kut

Original Ticket: fluidsynth/tickets/90

@derselbst
Copy link
Member Author

  • owner changed from jgreen to plcl
  • status changed from new to accepted

Original comment by: pedrolcl

@derselbst
Copy link
Member Author

The following options from the auto-tools build system are also missing, with the corresponding name for the CMake based build system:
--docdir (DOC_INSTALL_DIR)
--libdir (LIB_INSTALL_DIR)
--infodir (INFO_INSTALL_DIR)
--datarootdir (DATA_INSTALL_DIR)
--includedir (INCLUDE_INSTALL_DIR)
--mandir (INSTALL_MAN_DIR)
--bindir (BIN_INSTALL_DIR)

Original comment by: pedrolcl

@derselbst
Copy link
Member Author

  • status changed from accepted to closed
  • resolution set to fixed

Fixed in SVN, r383

Original comment by: pedrolcl

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

No branches or pull requests

2 participants