diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-10 16:49:00 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-10 16:58:50 +0200 |
| commit | cacdbc0f85700f0de25267042c4d59c33027abe6 (patch) | |
| tree | eb08833d285fb31264fe7b3e4efff7c234c09047 /NLnet/porting_replicant_to_android9/Makefile | |
| download | documents-cacdbc0f85700f0de25267042c4d59c33027abe6.tar.gz documents-cacdbc0f85700f0de25267042c4d59c33027abe6.tar.bz2 documents-cacdbc0f85700f0de25267042c4d59c33027abe6.zip | |
Initial import from the wiki, add License
As I'm the only person having contributed to the section I imported
from the wiki, I took care of also releasing it under the Creative
Commons Attribution-ShareAlike 4.0 International.
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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/NLnet/porting_replicant_to_android9/Makefile b/NLnet/porting_replicant_to_android9/Makefile new file mode 100644 index 0000000..bb303e2 --- /dev/null +++ b/NLnet/porting_replicant_to_android9/Makefile @@ -0,0 +1,18 @@ +TEXFLAGS ?= -halt-on-error -output-format pdf -output-directory output +TITLE = porting_replicant_to_android9 + +all: $(TITLE)_en.pdf + +output: + mkdir output + +$(TITLE)_en.pdf: clean output + pdflatex $(TEXFLAGS) '$(TITLE).tex' + +test: $(TITLE)_en.pdf + xdg-open output/$(TITLE).pdf + +clean: + rm -rf output + +.PHONY: all clean test $(TITLE)_en.pdf |
