From 2c100ae2b2eb7dcabc2abc0963c8ae72a04322d3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 23 Jul 2020 20:11:32 +0200 Subject: Massive rework on makefiles and cover generator: - New style in cover - Support for call from main Makefile - Reorder directory structure --- utils/cover/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 utils/cover/Makefile (limited to 'utils/cover/Makefile') diff --git a/utils/cover/Makefile b/utils/cover/Makefile deleted file mode 100644 index 2fddab0..0000000 --- a/utils/cover/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -TARGET_PDF = cover.pdf - -.PHONY: pdf -pdf: $(TARGET_PDF) - -$(TARGET_PDF): cover.svg - inkscape $^ --export-pdf=$@ - -cover.svg: cover.scm # Cover data too - chibi-scheme cover.scm > cover.svg - -.PHONY: clean -clean: - rm $(TARGET_PDF) cover.svg -- cgit v1.2.3