gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-texinfo] branch master updated (44da8e2 -> fe84db2)


From: gnunet
Subject: [GNUnet-SVN] [gnunet-texinfo] branch master updated (44da8e2 -> fe84db2)
Date: Tue, 02 May 2017 15:33:54 +0200

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

ng0 pushed a change to branch master
in repository gnunet-texinfo.

    from 44da8e2  Makefile.
     new 7442994  Makefile: Add texi2html
     new fe84db2  gitignore: add html

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:
 .gitignore | 1 +
 Makefile   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fa476e1..0425a95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 *.toc
 *.cp
 *.cps
+*.html
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 23f9ca7..d8ab589 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
 pdf:
        texi2pdf --quiet gnunet.texi
 
+html:
+       texi2html gnunet.texi
+
 .PHONY: clean
 clean:
-       rm *.aux *.log *.toc *.pdf *.cp *.cps
+       rm *.aux *.log *.toc *.pdf *.cp *.cps *.html

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



reply via email to

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