-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Feature Request: GNU info file #468
Comments
Would require modifying this file: https://github.com/LispCookbook/cl-cookbook/blob/master/make-cookbook.lisp |
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:
I'd like to do
|
@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? |
Forgot to check here: https://github.com/LispCookbook/cl-cookbook/blob/master/Gemfile.lock 🦆 🦆 🦆 |
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 ;()
The text was updated successfully, but these errors were encountered: