gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 14/14: fix make clean


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 14/14: fix make clean
Date: Sun, 17 Dec 2017 15:44:40 +0100

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

commit 131ee76018de55c0d87d6928fb29e8b965403eef
Author: xrs <address@hidden>
AuthorDate: Sun Dec 17 15:43:17 2017 +0100

    fix make clean
---
 doc/documentation/Makefile.am | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/doc/documentation/Makefile.am b/doc/documentation/Makefile.am
index 571999731..7b844b985 100644
--- a/doc/documentation/Makefile.am
+++ b/doc/documentation/Makefile.am
@@ -202,18 +202,18 @@ dev-build: version.texi version2.texi
 
 # TODO: Add more to clean.
 clean:
-       @rm gnunet.pdf
-       @rm gnunet.html
-       @rm gnunet.info
-       @rm gnunet.info-1
-       @rm gnunet.info-2
-       @rm gnunet.info-3
-       @rm gnunet-c-tutorial.pdf
-       @rm gnunet-c-tutorial.info
-       @rm gnunet-c-tutorial.html
-       @rm -r gnunet.t2p
-       @rm -r gnunet-c-tutorial.t2p
-       @rm -r manual
+       @rm -f gnunet.pdf
+       @rm -f gnunet.html
+       @rm -f gnunet.info
+       @rm -f gnunet.info-1
+       @rm -f gnunet.info-2
+       @rm -f gnunet.info-3
+       @rm -f gnunet-c-tutorial.pdf
+       @rm -f gnunet-c-tutorial.info
+       @rm -f gnunet-c-tutorial.html
+       @rm -fr gnunet.t2p
+       @rm -fr gnunet-c-tutorial.t2p
+       @rm -fr manual
 
 # CLEANFILES =                                         \
 #      gnunet.log                                      \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]