-
Notifications
You must be signed in to change notification settings - Fork 62
Add Texinfo support #4514
Comments
[@quintesse] NB: for this to work you need to have |
[@lucaswerkmeister] Is that not installed by default on most Linuxes? |
[@quintesse] It wasn't on mine (Fedora 21) |
[@quintesse] btw to test I had to type |
[@lucaswerkmeister] so you didn’t install it? |
seems to be part of the |
I ran the "ant" command just as you describe above |
This one should install it in your global info directory. Needs |
[@quintesse] I don't think the "sudo" command got executed at all |
[@quintesse] Does it ask you for credentials when you run that task? |
[@lucaswerkmeister] yes |
[@quintesse] Wtf? IT's because you put But then why does it even get to the doc generation? |
[@lucaswerkmeister] sorry, but does it work with |
[@quintesse] yup |
[@lucaswerkmeister] ok good I should probably do something in |
[@quintesse] Although I'm thinking of just doing an |
[@lucaswerkmeister] I wrote some XSLT stylesheets that transform the spec’s Docbook into Texinfo.
To test it, run:
and then you can view the specification with
or
We could also add Texinfo→HTML and Texinfo→PDF transformation, but that’s kinda pointless, since we already have those two formats, and the Texinfo version looks worse.
Note: this pull request also contains the commit from #4513 (closes #4513), since it’s required for this to work (all nodes need to have IDs).
[Migrated from ceylon/ceylon-spec#1408]
[Closed at 2015-08-21 12:35:09]
The text was updated successfully, but these errors were encountered: