Hi Max, Normally the man page should be installed. Can you tell me what commit you are on and what distribution and version of CMake you are running? One cause I could imagine is 'include(GNUInstallDirs)' in 'doc/CmakeLists.txt' returning an empty value for 'CMAKE_INSTALL_MANDIR'. You could try to print that value by using 'message(...)' and rerunning CMake. On Sep 15, 2014 11:22 AM, "Max Linke" <[email protected]> wrote:
> Hi > > I'm installing ledger into my home directory using > > ./acprep --prefix=$HOME/.local update > make install > > but this doesn't install the manpage file. It should be installed to > $HOME/.local/share/man/man1. Is there an optional command I'm missing to > generate/install the manpage files? > > best Max > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
