<[email protected]> writes: > Is it possible to compile into one page manual?
I believe it is. Most GNU manuals online can be served as a single page. For example, guile-SDL can be served on one page. Take a look here: https://www.gnu.org/software/guile-sdl/manual/ You can also read all the other GNU manuals here: https://www.gnu.org/manual/ > > Mar 28, 2019, 6:52 PM by [email protected]: > > Hi, > > <[email protected]> writes: > > Hi! I've learned that guix manual updates with the updates more quickly than > manual's web-page. > > But `info guix` is hard for using. I like html. > Please, let me know if it is possible to transform `info guix` to text file > or > html or pdf? > > PS: I tried to learn `info` commands but using mouse and search by > web-page in browser is better. > > You could call a ‘make html’ command inside Guix Git repository > https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html > > Then ‘firefox doc/guix.html/index.html’ will open a fresh manual. > > Oleg. > -- Joshua Branson Sent from Emacs and Gnus
