aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am49
1 files changed, 31 insertions, 18 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0fadf1a37..1a8bb64b9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -104,34 +104,40 @@ gnunet_tutorial_examples = \
104 025.c \ 104 025.c \
105 026.c 105 026.c
106 106
107info_TEXINFOS = \ 107info_TEXINFOS = \
108 gnunet.texi \ 108 gnunet.texi \
109 gnunet-c-tutorial.texi 109 gnunet-c-tutorial.texi
110 110
111# It seems as if either we still have gnunet-c-tutorial markup issues 111gnunet_TEXINFOS = \
112# or we have issues that can only occur in systems which are not using Guix 112 chapters/developer.texi \
113# or we have version incompabilities. 113 chapters/installation.texi \
114# gnunet-c-tutorial.texi 114 chapters/philosophy.texi \
115 115 chapters/user.texi \
116gnunet_TEXINFOS = \ 116 fdl-1.3.texi \
117 chapters/developer.texi \
118 chapters/installation.texi \
119 chapters/philosophy.texi \
120 chapters/user.texi \
121 fdl-1.3.texi \
122 gpl-3.0.texi 117 gpl-3.0.texi
123 118
124EXTRA_DIST = \ 119EXTRA_DIST = \
125 $(gnunet_TEXINFOS) \ 120 $(gnunet_TEXINFOS) \
126 outdated-and-old-installation-instructions.txt \ 121 outdated-and-old-installation-instructions.txt \
127 gnunet-c-tutorial-v1.pdf \ 122 gnunet-c-tutorial-v1.pdf \
128 $(gnunet_tutorial_examples) \ 123 $(gnunet_tutorial_examples) \
129 README.txt 124 README.txt
130 125
131 126
132# $(DOT_FILES) \ 127# $(DOT_FILES) \
133# $(DOT_VECTOR_GRAPHICS) 128# $(DOT_VECTOR_GRAPHICS)
134 129
130DISTCLEANFILES = \
131 gnunet.cps \
132 gnunet-c-tutorial.cps \
133 chapters/developer.cps \
134 chapters/installation.cps \
135 chapter/philosophy.cps \
136 chapters/user.cps \
137 fdl-1.3.cps \
138 gpl-3.0.cps
139
140# if HAVE_EXTENDED_DOCUMENTATION_BUILDING
135daemon_lego_block.png: images/daemon_lego_block.svg 141daemon_lego_block.png: images/daemon_lego_block.svg
136 convert images/daemon_lego_block.svg images/daemon_lego_block.png && 142 convert images/daemon_lego_block.svg images/daemon_lego_block.png &&
137 pngcrush images/daemon_lego_block.png images/daemon_lego_block.png 143 pngcrush images/daemon_lego_block.png images/daemon_lego_block.png
@@ -217,3 +223,10 @@ doc-all-install: doc-all-give-me-the-noise
217# $(wildcard *.cps) 223# $(wildcard *.cps)
218 224
219.PHONY: version.texi 225.PHONY: version.texi
226# if HAVE_EXTENDED_DOCUMENTATION_BUILDING_PDF
227
228# if HAVE_EXTENDED_DOCUMENTATION_BUILDING_HTML
229
230# endif
231# endif
232# endif