aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-24 09:44:31 +0000
committerng0 <ng0@n0.is>2019-02-24 09:45:03 +0000
commitdb36160befdb2da531a5d9aa1ebc1e5e67bb9583 (patch)
tree2e6986cc75801d570f08f9a0de4f498167a8c9da
parent0e5149d7e776cd2d95af81abbf3a52d3c79659b6 (diff)
downloadgnunet-db36160befdb2da531a5d9aa1ebc1e5e67bb9583.tar.gz
gnunet-db36160befdb2da531a5d9aa1ebc1e5e67bb9583.zip
doc/tutorial: Makefile cosmetic fixes, fit on standard size terminal
-rw-r--r--doc/tutorial/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index bd09bf64d..a572cb75d 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -3,14 +3,14 @@ docdir = $(datadir)/doc/gnunet/
3 3
4#DOT_FILES = images/$(wildcard *.dot) 4#DOT_FILES = images/$(wildcard *.dot)
5 5
6#DOT_VECTOR_GRAPHICS = \ 6#DOT_VECTOR_GRAPHICS = \
7# $(DOT_FILES:%.dot=%.eps) \ 7# $(DOT_FILES:%.dot=%.eps) \
8# $(DOT_FILES:%.dot=%.pdf) 8# $(DOT_FILES:%.dot=%.pdf)
9 9
10AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css 10AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css
11 11
12#DOT_OPTIONS = \ 12#DOT_OPTIONS = \
13# -Gratio=.9 -Gnodesep=.005 -Granksep=.00005 \ 13# -Gratio=.9 -Gnodesep=.005 -Granksep=.00005 \
14# -Nfontsite=9 -Nheight=.1 -Nwidth=.1 14# -Nfontsite=9 -Nheight=.1 -Nwidth=.1
15 15
16# .dot.png: 16# .dot.png:
@@ -36,7 +36,7 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css
36# dvi-local: ps-local 36# dvi-local: ps-local
37 37
38 38
39gnunet_tutorial_examples = \ 39gnunet_tutorial_examples = \
40 examples/001.c \ 40 examples/001.c \
41 examples/002.c \ 41 examples/002.c \
42 examples/003.c \ 42 examples/003.c \
@@ -50,7 +50,7 @@ gnunet_tutorial_examples = \
50 examples/011.c \ 50 examples/011.c \
51 examples/012.c \ 51 examples/012.c \
52 examples/013.c \ 52 examples/013.c \
53 examples/013.1.c \ 53 examples/013.1.c \
54 examples/014.c \ 54 examples/014.c \
55 examples/015.c \ 55 examples/015.c \
56 examples/016.c \ 56 examples/016.c \