From 45e3b6c089df7fe13209cf24891038f16ea47660 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Mon, 15 Aug 2022 23:05:16 +0200
Subject: [PATCH] Add makefile for visitkort.

---
 "visitkort/f\303\266r-tryck/Makefile" | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 "visitkort/f\303\266r-tryck/Makefile"

diff --git "a/visitkort/f\303\266r-tryck/Makefile" "b/visitkort/f\303\266r-tryck/Makefile"
new file mode 100644
index 0000000..95aa582
--- /dev/null
+++ "b/visitkort/f\303\266r-tryck/Makefile"
@@ -0,0 +1,4 @@
+all: 2022.pdf framsida.pdf baksida.pdf
+
+%.pdf: %.svg
+	inkscape -o $@ $<
-- 
GitLab