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: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet-ev] branch master updated: fix
Date: Wed, 24 Oct 2018 17:13:32 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 2464189  fix
2464189 is described below

commit 24641897e46cb63b71b4604c75d922b9bc7d459b
Author: Nils Gillmann <address@hidden>
AuthorDate: Wed Oct 24 15:14:29 2018 +0000

    fix
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 Makefile | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/Makefile b/Makefile
index fb00b67..f270628 100644
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,21 @@
+TEXI=texi -q
+OUT=pdf_build_artifacts
+
 pdf:
        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
+       $(TEXI) --output=$(OUT)/bilanz2014.tex bilanz2014.tex
+       $(TEXI) --output=$(OUT)/bilanz2015.tex bilanz2015.tex
+       $(TEXI) --output=$(OUT)/bilanz2016.tex bilanz2016.tex
+       $(TEXI) --output=$(OUT)/bilanz2017.tex bilanz2017.tex
+       $(TEXI) --output=$(OUT)/copyright.tex copyright.tex
+       $(TEXI) --output=$(OUT)/eroeffnungsbilanz.tex eroeffnungsbilanz.tex
+       $(TEXI) --output=$(OUT)/gnunet_pep_agreement.tex 
gnunet_pep_agreement.tex
+       $(TEXI) --output=$(OUT)/gnunet_taler_agreement.tex 
gnunet_taler_agreement.tex
+       $(TEXI) --output=$(OUT)/satzung.tex satzung.tex
+       mkdir -p $(OUT)/letters
+       $(TEXI) --output=$(OUT)/letters/telekomiker.tex letters/telekomiker.tex
+       mkdir -p $(OUT)references
+       $(TEXI) --output=$(OUT)/references/reference-nlnet.tex 
references/reference-nlnet.tex
 
 clean:
        rm *.aux *.log *.out

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



reply via email to

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