projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd9329
)
doc/Makefile: Add clean rule.
author
ng0
<ng0@infotropique.org>
Tue, 26 Sep 2017 15:11:03 +0000
(15:11 +0000)
committer
ng0
<ng0@infotropique.org>
Tue, 26 Sep 2017 15:11:03 +0000
(15:11 +0000)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index cbb5fb462b8e700eed26c282d30caf138cbf709d..7951bb26bf8836a07ed000b21582a683252d5f37 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-163,6
+163,13
@@
doc-all-install: doc-all-give-me-the-noise
@cp -r gnunet-c-tutorial $(DESTDIR)/$(docdir)
@cp -r images $(DESTDIR)/$(infoimagedir)
+# TODO: Add more to clean.
+clean:
+ @rm gnunet.pdf
+ @rm gnunet-c-tutorial.pdf
+ @rm gnunet.info
+ @rm gnunet-c-tutorial.info
+
CLEANFILES = \
gnunet.log \
gnunet-c-tutorial.log \