From f40c4ab2de20ec6a070b3c07a082633be10be80f Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 21 Oct 2017 15:45:29 +0000 Subject: doc changes modified: contrib/packages/guix/gnunet-doc.scm adapt to the changes in this mixed commit modified: doc/.gitignore add new files modified: doc/Makefile.am make use of canonical, included, rules generate html output with docstyle.css from taler exchange. modified: doc/chapters/installation.texi new file: doc/chapters/vocabulary.texi modified: doc/gnunet-c-tutorial.texi modified: doc/gnunet.texi new file: doc/docstyle.css not really in use yet, but collected for later: doc/gendocs.sh , doc/hacks.el --- contrib/packages/guix/gnunet-doc.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib/packages/guix/gnunet-doc.scm') diff --git a/contrib/packages/guix/gnunet-doc.scm b/contrib/packages/guix/gnunet-doc.scm index da714077f..98ab0ede7 100644 --- a/contrib/packages/guix/gnunet-doc.scm +++ b/contrib/packages/guix/gnunet-doc.scm @@ -144,7 +144,10 @@ (replace 'build (lambda _ (chdir "doc") - (zero? (system* "make" "doc-all-give-me-the-noise")))) + (zero? (system* "make" "pdf")) + (zero? (system* "make" "html")) + (zero? (system* "make" "info")))) + ;;(zero? (system* "make" "doc-all-give-me-the-noise")))) (replace 'install (lambda _ (zero? (system* "make" "doc-all-install"))))))) -- cgit v1.2.3