gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-texinfo] 04/04: switch from texi2* to makeinfo. Alm


From: gnunet
Subject: [GNUnet-SVN] [gnunet-texinfo] 04/04: switch from texi2* to makeinfo. Almost bikeshed painting.
Date: Wed, 24 May 2017 17:39:45 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-texinfo.

commit 6abc704fc937dfc0df547cd4b3378fb1cb638797
Author: ng0 <address@hidden>
AuthorDate: Wed May 24 17:37:39 2017 +0200

    switch from texi2* to makeinfo. Almost bikeshed painting.
---
 Makefile |  4 ++--
 README   | 28 +++++++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index f291e9f..17d4465 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 pdf:
-       texi2pdf --quiet gnunet.texi
+       makeinfo --pdf --quiet gnunet.texi
 
 html:
-       texi2html gnunet.texi
+       makeinfo --html gnunet.texi
 
 info:
        makeinfo --no-split gnunet.texi
diff --git a/README b/README
index 0a6353b..33337f5 100644
--- a/README
+++ b/README
@@ -60,4 +60,30 @@ TARGETS
 MISC
 * [] All images are visible
 * [] All images have alt-text in html
-* [] All images have a description in pdf and makeinfo outputs
\ No newline at end of file
+* [] All images have a description in pdf and makeinfo outputs
+
+Misc
+----
+
+Working with this on Guix does not require running make.
+You can simply do:
+
+guix environment --ad-hoc --fallback texinfo texlive
+
+and you are good to go. Well due to the big size of texlive
+we currently have you have to bring some time.
+Okay I lied. You have to bring lots of time.
+
+This is just for pdf. html should just work fine without
+the tex binary, so you can just run:
+
+guix environment --ad-hoc texinfo
+
+and in the environment: makeinfo --html gnunet.texi
+
+You could also run make this way.
+
+The results are not part of your profile, so
+the next time you run guix gc, everything you
+(as applications) had in the envrionment is
+garbage collected.
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]