gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (62d08e3b8 -> 72eed87e6)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (62d08e3b8 -> 72eed87e6)
Date: Tue, 26 Sep 2017 17:11:23 +0200

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

ng0 pushed a change to branch master
in repository gnunet.

    from 62d08e3b8 Merge branch 'master' of gnunet.org:gnunet
     new 0cd932933 doc/gitignore.
     new 72eed87e6 doc/Makefile: Add clean rule.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/.gitignore  | 5 ++---
 doc/Makefile.am | 7 +++++++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/.gitignore b/doc/.gitignore
index daa5ccaa0..fba4b0527 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,7 +1,6 @@
-gnunet-c-tutorial.aux
-gnunet-c-tutorial.out
-*.log
 *.aux
+*.out
+*.log
 *.pdf
 *.toc
 *.cp
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
        @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                           \

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



reply via email to

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