aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index cbb5fb462..7951bb26b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -163,6 +163,13 @@ doc-all-install: doc-all-give-me-the-noise
163 @cp -r gnunet-c-tutorial $(DESTDIR)/$(docdir) 163 @cp -r gnunet-c-tutorial $(DESTDIR)/$(docdir)
164 @cp -r images $(DESTDIR)/$(infoimagedir) 164 @cp -r images $(DESTDIR)/$(infoimagedir)
165 165
166# TODO: Add more to clean.
167clean:
168 @rm gnunet.pdf
169 @rm gnunet-c-tutorial.pdf
170 @rm gnunet.info
171 @rm gnunet-c-tutorial.info
172
166CLEANFILES = \ 173CLEANFILES = \
167 gnunet.log \ 174 gnunet.log \
168 gnunet-c-tutorial.log \ 175 gnunet-c-tutorial.log \