Would you please provided sbcl manual with epub format?

Bug #1422252 reported by ZhiFeng Hu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
New
Undecided
Unassigned

Bug Description

Would you please provided sbcl manual with epub format?

So we can using our mobile phone (android or iphone) and tablet pad to read the manual.

The manual is so long, we need working hard to read them all. so we shall using every possible time in our life.

Revision history for this message
Orivej Desh (orivej) wrote :

It is easy to produce SBCL manual in EPUB. Assuming docbook-xsl-stylesheets installs /usr/share/sgml/docbook/xsl-stylesheets/epub3/, one may add the following lines to doc/manual/Makefile add build the docs with “make sbcl.epub asdf.epub”:

%.docbook: %.texinfo $(DOCFILES) docstrings
 $(MAKEINFO) $(I_FLAGS) --docbook $< -o $@

%.epub: %.docbook
 rm -rf $@ $*.epub.d/ && mkdir $*.epub.d/
 cd $*.epub.d/ && xsltproc /usr/share/sgml/docbook/xsl-stylesheets/epub3/chunk.xsl ../$<
 cd $*.epub.d/ && zip -X0 ../$@ mimetype && zip -X9Dr ../$@ META-INF/ OEBPS/

Revision history for this message
Orivej Desh (orivej) wrote :
Revision history for this message
Orivej Desh (orivej) wrote :
Revision history for this message
ZhiFeng Hu (hufeng1987) wrote :

Oh, god, you save me much time. Hope your kind service should help other people in the world.
Many thanks.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.