diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-10-29 16:42:57 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-10-30 20:07:07 +0100 |
| commit | 606e5fa891ebeb07be573c252cf98968bfd4160d (patch) | |
| tree | 52293550b705c49831d28d710ea6cdaee6db242b /NLnet/porting_replicant_to_android9/Makefile | |
| parent | 92e11031b3a27bea84b6e30ca7e8466b3a92d89b (diff) | |
| download | documents-606e5fa891ebeb07be573c252cf98968bfd4160d.tar.gz documents-606e5fa891ebeb07be573c252cf98968bfd4160d.tar.bz2 documents-606e5fa891ebeb07be573c252cf98968bfd4160d.zip | |
Add document for the October 2022 RFP
This monday (31 October) is the deadline for the request for payments,
and it's faster to reuse porting_replicant_to_android9.tex as all the
information about the tasks that needed to be done is already inside.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'NLnet/porting_replicant_to_android9/Makefile')
| -rw-r--r-- | NLnet/porting_replicant_to_android9/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/NLnet/porting_replicant_to_android9/Makefile b/NLnet/porting_replicant_to_android9/Makefile index 6613511..bc88091 100644 --- a/NLnet/porting_replicant_to_android9/Makefile +++ b/NLnet/porting_replicant_to_android9/Makefile @@ -1,7 +1,7 @@ TEXFLAGS ?= -halt-on-error -output-format pdf -output-directory output TITLE = porting_replicant_to_android9 -all: $(TITLE)_en.pdf +all: $(TITLE)_en.pdf rfp-october-2022.pdf output: mkdir output @@ -10,6 +10,10 @@ $(TITLE)_en.pdf: output/10037B00000023D0000005804A3C085245797F4E.png pdflatex $(TEXFLAGS) '$(TITLE).tex' pdflatex $(TEXFLAGS) '$(TITLE).tex' +rfp-october-2022.pdf: output + pdflatex $(TEXFLAGS) rfp-october-2022.tex + pdflatex $(TEXFLAGS) rfp-october-2022.tex + output/10037B00000023D0000005804A3C085245797F4E.png: data/10037B00000023D0000005804A3C085245797F4E.svg output convert data/10037B00000023D0000005804A3C085245797F4E.svg $@ |
