LispCookbook / cl-cookbook

The Common Lisp Cookbook

Home Page:http://lispcookbook.github.io/cl-cookbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: GNU info file

jgarte opened this issue · comments

I would love to have a info file of the cookbook so I can then package it in GNU Guix similar to the sicp package:

https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/scheme.scm#n479

pandoc produces info files also ;()

Curious, what is the purpose of packaging the Cookbook ? (ease of building it locally ?)

So I can make a guix package similar to this one:

https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/scheme.scm#n479

Source repo:

https://github.com/sarabander/sicp

The above Guix package provides the sicp book as an info page.

So, I can just do:

guix install sicp

info sicp

I'd like to do

guix-install cl-cookbook

info cl-cookbook

@vindarel Do you think this would be hard to implement? Any issues you forsee?

Depends on whether you want to package the Ruby libs? (I'm only a user of guix package, no experience with packaging)

What ruby libs need to be packaged besides what's transitive to jekyll?