From bf177669206eb56dd2b4de2d104d9fcfd0bb4215 Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 18 Nov 2024 12:06:39 +0100 Subject: Add writeups/cgit --- writeups/cgit/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 writeups/cgit/Makefile (limited to 'writeups/cgit/Makefile') diff --git a/writeups/cgit/Makefile b/writeups/cgit/Makefile new file mode 100644 index 0000000..e76ebd2 --- /dev/null +++ b/writeups/cgit/Makefile @@ -0,0 +1,22 @@ +BASE_URL ?= http://git.kernel.org/cgit-data +OBJ = \ + cgit.css \ + source-code-pro/source-code-pro.css \ + source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2 \ + source-code-pro/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2 \ + source-code-pro/OTF/SourceCodePro-Regular.otf.woff \ + source-code-pro/OTF/SourceCodePro-Bold.otf.woff \ + source-code-pro/OTF/SourceCodePro-Regular.otf \ + source-code-pro/OTF/SourceCodePro-Bold.otf \ + source-code-pro/TTF/SourceCodePro-Regular.ttf \ + source-code-pro/TTF/SourceCodePro-Bold.ttf + +all: ${OBJ} + +clean: + rm -f cgit.css + rm -rf source-code-pro + +${OBJ}: + mkdir -p $(dir $@) + curl -sSL ${BASE_URL}/$@ -o $@ -- cgit v1.2.3-70-g09d2