How do I install the documentation in /usr/share/docs

My question is: How do I install the BDB documentation in /usr/share/docs (rather than in PREFIX/docs)?
I tried to configure with --datadir=/usr/share, but the installer still tries to put the documentation in PREFIX/docs.
Regards,
Angel Tsankov

Maybe in dist/Makefile.in the line 'docdir=\t$(prefix)/docs' should be changed to docdir=\t@docdir@'.

Similar Messages

Maybe you are looking for