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 install target is incomplete #299

Open
infinity0 opened this issue Sep 11, 2013 · 1 comment
Open

make install target is incomplete #299

infinity0 opened this issue Sep 11, 2013 · 1 comment

Comments

@infinity0
Copy link

Currently make install only installs headers and shared libraries (when giving -DCPP-NETLIB_BUILD_SHARED_LIBS=On to cmake). It ought to install documentation, other metadata (e.g. authors/license) and anything else too.

(This is a requirement for getting the package into Debian proper.)

@infinity0
Copy link
Author

On top of the issue I just referenced, a final remaining task (for the 0.10 branch) is to have cmake build/install the existing sphinx docs into ${CMAKE_INSTALL_DOCDIR}.

I recommend installing libs/network/doc/_build/html as ${CMAKE_INSTALL_DOCDIR}/html/network, then when the MIME docs are done, they can be installed as ${CMAKE_INSTALL_DOCDIR}/html/mime.

But first cmake needs to integrate with the Makefile for sphinx - I'm not sure of the best way to do that.

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

1 participant