gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-ev] branch master updated (4dcb38f -> 99bb850)


From: gnunet
Subject: [GNUnet-SVN] [gnunet-ev] branch master updated (4dcb38f -> 99bb850)
Date: Wed, 24 Oct 2018 17:05:14 +0200

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

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

    from 4dcb38f  we got a PIC now
     new 5387202  README
     new 5146216  Merge branch 'master' of gnunet.org:gnunet-ev
     new 99bb850  Makefile: Add new files, generate outputs in directory 
separate from .tex files.

The 3 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:
 Makefile | 30 +++++++++++++++++++-----------
 README   | 16 ++++++++++++++++
 2 files changed, 35 insertions(+), 11 deletions(-)

diff --git a/Makefile b/Makefile
index 3e64087..fb00b67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,23 @@
 pdf:
-       texi2pdf bilanz2014.tex
-       texi2pdf bilanz2015.tex
-       texi2pdf bilanz2016.tex
-       texi2pdf bilanz2017.tex
-       texi2pdf copyright.tex
-       texi2pdf eroeffnungsbilanz.tex
-       texi2pdf gnunet_pep_agreement.tex
-       texi2pdf gnunet_taler_agreement.tex
-       texi2pdf satzung.tex
+       mkdir -p pdf_build_artifacts
+       cd pdf_build_artifacts
+       texi2pdf ../bilanz2014.tex
+       texi2pdf ../bilanz2015.tex
+       texi2pdf ../bilanz2016.tex
+       texi2pdf ../bilanz2017.tex
+       texi2pdf ../copyright.tex
+       texi2pdf ../eroeffnungsbilanz.tex
+       texi2pdf ../gnunet_pep_agreement.tex
+       texi2pdf ../gnunet_taler_agreement.tex
+       texi2pdf ../satzung.tex
+       mkdir -p letters
+       cd letters
+       texi2pdf ../../letters/telekomiker.tex
+       cd ..
+       mkdir -p references
+       cd references
+       texi2pdf ../../references/reference-nlnet.tex
 
 clean:
        rm *.aux *.log *.out
-       rm bilanz2014.pdf bilanz2015.pdf bilanz2016.pdf bilanz2017.pdf 
copyright.pdf eroeffnungsbilanz.pdf
-       rm gnunet_pep_agreement.pdf gnunet_taler_agreement.pdf satzung.pdf
+       rm -rf pdf_build_artifacts
diff --git a/README b/README
index 55efeb6..3d6aee7 100644
--- a/README
+++ b/README
@@ -5,3 +5,19 @@ This repository contains the Satzung, list of members and 
other documents
 of the Verein zur Förderung von GNUnet e.V.
 
 
+To build the documents which can be build,
+on a Debian-based system:
+
+apt-get install texinfo \
+                install texlive \
+                texlive-lang-german \
+                texlive-latex-extra \
+                texlive-latex-extra \
+                texlive-publishers \
+                texlive-latex-humanities \
+                texlive-humanities
+
+cd gnunet-ev/
+make
+
+You will need around 200 MB (or more) for the dependencies.

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



reply via email to

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