aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/Makefile.am')
-rw-r--r--doc/documentation/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/documentation/Makefile.am b/doc/documentation/Makefile.am
index 991b1926b..b6c666c4d 100644
--- a/doc/documentation/Makefile.am
+++ b/doc/documentation/Makefile.am
@@ -19,7 +19,6 @@ dist_infoimage_DATA = \
19 images/gnunet-0-10-peerinfo.png \ 19 images/gnunet-0-10-peerinfo.png \
20 images/gnunet-gtk-0-10-identity.png \ 20 images/gnunet-gtk-0-10-identity.png \
21 images/gnunet-fs-gtk-0-10-star-tab.png \ 21 images/gnunet-fs-gtk-0-10-star-tab.png \
22 images/gnunet-gtk-0-10.png \
23 images/gnunet-gtk-0-10-download-area.png \ 22 images/gnunet-gtk-0-10-download-area.png \
24 images/gnunet-gtk-0-10-search-selected.png \ 23 images/gnunet-gtk-0-10-search-selected.png \
25 images/gnunet-gtk-0-10-fs-menu.png \ 24 images/gnunet-gtk-0-10-fs-menu.png \
@@ -44,7 +43,8 @@ dist_infoimage_DATA = \
44 images/daemon_lego_block.svg \ 43 images/daemon_lego_block.svg \
45 images/lego_stack.svg \ 44 images/lego_stack.svg \
46 images/service_lego_block.svg \ 45 images/service_lego_block.svg \
47 images/structure.dot 46 images/structure.dot \
47 images/gns.dot
48 48
49# images/$(wildcard *.png) \ 49# images/$(wildcard *.png) \
50# images/$(wildcard *.svg) 50# images/$(wildcard *.svg)
@@ -112,9 +112,9 @@ info_TEXINFOS = \
112 112
113gnunet_TEXINFOS = \ 113gnunet_TEXINFOS = \
114 chapters/developer.texi \ 114 chapters/developer.texi \
115 chapters/terminology.texi \ 115 chapters/preface.texi \
116 chapters/installation.texi \
117 chapters/philosophy.texi \ 116 chapters/philosophy.texi \
117 chapters/installation.texi \
118 chapters/user.texi \ 118 chapters/user.texi \
119 chapters/vocabulary.texi \ 119 chapters/vocabulary.texi \
120 chapters/configuration.texi \ 120 chapters/configuration.texi \
@@ -144,6 +144,7 @@ DISTCLEANFILES = \
144 chapters/terminology.cps \ 144 chapters/terminology.cps \
145 chapters/vocabulary.cps \ 145 chapters/vocabulary.cps \
146 fdl-1.3.cps \ 146 fdl-1.3.cps \
147 agpl-3.0.cps \
147 gpl-3.0.cps 148 gpl-3.0.cps
148 149
149# if HAVE_EXTENDED_DOCUMENTATION_BUILDING 150# if HAVE_EXTENDED_DOCUMENTATION_BUILDING
@@ -166,8 +167,8 @@ lego_stack.png: images/lego_stack.svg
166# echo "@set EDITION $(PACKAGE_VERSION)" >> $@ 167# echo "@set EDITION $(PACKAGE_VERSION)" >> $@
167# echo "@set VERSION $(PACKAGE_VERSION)" >> $@ 168# echo "@set VERSION $(PACKAGE_VERSION)" >> $@
168 169
169# Workaround for makeinfo error. Whcih in turn introduces more 170# Workaround for makeinfo error. Which in turn introduces more
170# date-related 'warnings'. Well. 171# date-related 'warnings' for GNUism. Well.
171version2.texi: 172version2.texi:
172 echo "@set UPDATED $(date +'%d %B %Y')" > $@ 173 echo "@set UPDATED $(date +'%d %B %Y')" > $@
173 echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@ 174 echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@