From 087306a64cc34ea2b5415e3c1cd8505faedf4f14 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 Apr 2008 20:56:10 +0200 Subject: Add the web site source. --- web/GNUmakefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web/GNUmakefile (limited to 'web/GNUmakefile') diff --git a/web/GNUmakefile b/web/GNUmakefile new file mode 100644 index 0000000..37b2a5e --- /dev/null +++ b/web/GNUmakefile @@ -0,0 +1,18 @@ +SKRIBILO := skribilo -v2 + +docs := index.skb +products := $(docs:%.skb=%.html) + + +all: $(products) + +%.html: %.skb + $(SKRIBILO) --target=html -o $@ $^ + +clean: + -rm -f $(products) + + +.PHONY: all clean + +# arch-tag: c5c7c80c-5cb1-47f2-a93d-53c690e30bd6 -- cgit v1.2.3