gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-texinfo] 01/02: Makefile: Add texi2html


From: gnunet
Subject: [GNUnet-SVN] [gnunet-texinfo] 01/02: Makefile: Add texi2html
Date: Tue, 02 May 2017 15:33:55 +0200

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

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

commit 74429945aa28fd6110165ce22257acb181bb8a04
Author: ng0 <address@hidden>
AuthorDate: Fri Feb 17 16:58:23 2017 +0000

    Makefile: Add texi2html
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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]