aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-07 19:53:29 +0000
committerng0 <ng0@infotropique.org>2017-09-07 19:53:29 +0000
commitecad620e1c50f7531cb9e22891213de9eb33f32c (patch)
tree62fb03219a7fb6ad4da474b8f8e5bf61d13929aa /doc/Makefile.am
parent72ca24753b37fef6afdf6f40fff5186b12585b18 (diff)
downloadgnunet-ecad620e1c50f7531cb9e22891213de9eb33f32c.tar.gz
gnunet-ecad620e1c50f7531cb9e22891213de9eb33f32c.zip
doc: add rule with noisy build.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 72c073496..3e9790a8a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -105,4 +105,21 @@ doc-clean:
105 105
106doc-all: doc-pdf doc-html doc-info doc-pdf-tutorial doc-html-tutorial doc-info-tutorial 106doc-all: doc-pdf doc-html doc-info doc-pdf-tutorial doc-html-tutorial doc-info-tutorial
107 107
108doc-pdf-noise: version.texi
109 @makeinfo --pdf gnunet.texi
110doc-pdf-tutorial-noise: version.texi
111 @makeinfo --pdf gnunet-c-tutorial.texi
112
113doc-html-noise: version.texi
114 @makeinfo --html gnunet.texi
115doc-html-tutorial-noise: version.texi
116 @makeinfo --html gnunet-c-tutorial.texi
117
118doc-info-noise: version.texi
119 @makeinfo --no-split gnunet.texi
120doc-info-tutorial-noise: version.texi
121 @makeinfo --no-split gnunet-c-tutorial.texi
122
123doc-all-give-me-the-noise: doc-pdf-noise doc-html-noise doc-info-noise doc-pdf-tutorial-noise doc-html-tutorial-noise doc-info-tutorial-noise
124
108.PHONY: version.texi 125.PHONY: version.texi