[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:20:57 +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 cf71209 fix
cf71209 is described below
commit cf7120997fb3bae3acbf07b7c7537415f4498c77
Author: Nils Gillmann <address@hidden>
AuthorDate: Wed Oct 24 15:21:54 2018 +0000
fix
Signed-off-by: Nils Gillmann <address@hidden>
---
Makefile | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/Makefile b/Makefile
index 56fd135..b98a040 100644
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,24 @@
-TEXI=texi2pdf -q
OUT=pdf_build_artifacts
+BUILD=texi_tmp
+TEXI=texi2pdf -q --build-dir=$(BUILD)
pdf:
- mkdir -p pdf_build_artifacts
- $(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 $(BUILD)
+ mkdir -p $(OUT)
+ mkdir -p $(OUT)/references
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
+ $(TEXI) --output=$(OUT)/bilanz2014.tex bilanz2014.pdf
+ $(TEXI) --output=$(OUT)/bilanz2015.tex bilanz2015.pdf
+ $(TEXI) --output=$(OUT)/bilanz2016.tex bilanz2016.pdf
+ $(TEXI) --output=$(OUT)/bilanz2017.tex bilanz2017.pdf
+ $(TEXI) --output=$(OUT)/copyright.tex copyright.pdf
+ $(TEXI) --output=$(OUT)/eroeffnungsbilanz.tex eroeffnungsbilanz.pdf
+ $(TEXI) --output=$(OUT)/gnunet_pep_agreement.tex
gnunet_pep_agreement.pdf
+ $(TEXI) --output=$(OUT)/gnunet_taler_agreement.tex
gnunet_taler_agreement.pdf
+ $(TEXI) --output=$(OUT)/satzung.tex satzung.pdf
+ $(TEXI) --output=$(OUT)/letters/telekomiker.tex letters/telekomiker.pdf
+ $(TEXI) --output=$(OUT)/references/reference-nlnet.tex
references/reference-nlnet.pdf
clean:
rm *.aux *.log *.out
- rm -rf pdf_build_artifacts
+ rm -rf $(OUT)
--
To stop receiving notification emails like this one, please contact
address@hidden