summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-01-22 13:30:27 +0100
committerxengineering <me@xengineering.eu>2023-01-22 13:30:27 +0100
commitc18be301f06adad1a6eacbb7d02181599f2df2b4 (patch)
treee32712a4d159a9a9a6c70bda09c118b4e72b7c5a
parent8b53b9f42ac864b5c9fd70463219af6ea8bfe6eb (diff)
downloadlimox-c18be301f06adad1a6eacbb7d02181599f2df2b4.tar
limox-c18be301f06adad1a6eacbb7d02181599f2df2b4.tar.zst
limox-c18be301f06adad1a6eacbb7d02181599f2df2b4.zip
Add new icon to README
-rw-r--r--Makefile7
-rw-r--r--README.md2
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d5269a..9777e90 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ _TESTS:=$(shell find ./tests/ -maxdepth 1 -type f -regex ".*\.c")
TESTS:=$(patsubst ./%.c,build/%,$(_TESTS))
LIMOX=build/limox
-GRAPHICS=build/icon.png
+GRAPHICS=build/icon.png build/icon.pdf
DOCS=build/docs/README.pdf build/docs/ROADMAP.pdf
all: build $(OBJ) $(TESTS) $(LIMOX) $(DOCS) $(GRAPHICS)
@@ -24,7 +24,10 @@ build/%.o: %.c
build/%.png: %.svg
inkscape $< -o $@ -w 256 -h 256
-build/docs/%.pdf: %.md
+build/%.pdf: %.svg
+ inkscape $< -o $@ -w 256 -h 256
+
+build/docs/%.pdf: %.md $(GRAPHICS)
pandoc -o $@ $<
build/tests/%: tests/%.c $(OBJ)
diff --git a/README.md b/README.md
index f5d3707..7b13320 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
The Linux on mobile XMPP (LimoX) client. It should be fast, compliant and
usable on mobile linux devices like smartphones or tablets.
+![LimoX icon](build/icon.pdf)
+
Also mind the `ROADMAP` file, the [project page][1] and my [packaging
repository][2] for Arch Linux with support for LimoX. A nice reference which
helps me a lot is [Beej's Guide to Network Programming][3] aswell as [Gigi's