aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/guix/gnunet-doc.scm
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-21 15:45:29 +0000
committerng0 <ng0@infotropique.org>2017-10-21 15:45:29 +0000
commitf40c4ab2de20ec6a070b3c07a082633be10be80f (patch)
tree8f696b30743f4cf065f59e766a5f78bf564719ca /contrib/packages/guix/gnunet-doc.scm
parentf454f1fc042c42ee1dc87c7837b655a45ef327b5 (diff)
downloadgnunet-f40c4ab2de20ec6a070b3c07a082633be10be80f.tar.gz
gnunet-f40c4ab2de20ec6a070b3c07a082633be10be80f.zip
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
Diffstat (limited to 'contrib/packages/guix/gnunet-doc.scm')
-rw-r--r--contrib/packages/guix/gnunet-doc.scm5
1 files changed, 4 insertions, 1 deletions
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 @@
144 (replace 'build 144 (replace 'build
145 (lambda _ 145 (lambda _
146 (chdir "doc") 146 (chdir "doc")
147 (zero? (system* "make" "doc-all-give-me-the-noise")))) 147 (zero? (system* "make" "pdf"))
148 (zero? (system* "make" "html"))
149 (zero? (system* "make" "info"))))
150 ;;(zero? (system* "make" "doc-all-give-me-the-noise"))))
148 (replace 'install 151 (replace 'install
149 (lambda _ 152 (lambda _
150 (zero? (system* "make" "doc-all-install"))))))) 153 (zero? (system* "make" "doc-all-install")))))))