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

convert doc/Makefile to CMake #119

Merged
merged 1 commit into from Jan 14, 2013
Merged

convert doc/Makefile to CMake #119

merged 1 commit into from Jan 14, 2013

Commits on Jan 14, 2013

  1. convert doc/Makefile to CMake

    CMake will build the pdf version of the manual if texi2pdf is installed.
    It will be installed to DOCDIR/ledger{,3}.pdf, for example
    /usr/local/share/ledger/ledger3.pdf.
    Also, the man page will be installed to MANDIR/man1/ledger.1
    
    The option BUILD_DOCS is now on by default.
    
    A new option BUILD_WEB_DOCS is used to toggle the generation
    of the html version of the manual and the man page (off by default).
    
    All this is added to the 'doc' make target.
    kljohann committed Jan 14, 2013
    5
    Copy the full SHA
    c88862f View commit details
    Browse the repository at this point in the history