From eeae028954b1ea457db9d49f7471a3e101ca1fa7 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 23 Jan 2011 11:54:17 +1000 Subject: [PATCH] Add 'pub' talk for publishing built files --- .gitignore | 1 + Makefile | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b84cec..864f452 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ s5-checksums.txt s5-blank *.dia.svg *.xcf.png +pub diff --git a/Makefile b/Makefile index 9a7bd46..73a523c 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,9 @@ s5-checksums.txt: /usr/share/s5/s5-blank ' (gimp-file-save RUN-NONINTERACTIVE image layer "$@" "$@")) '\ '(gimp-quit 0)' -.PHONY: all clean +pub: + rm -rf pub + mkdir pub + cp -R -t pub index.html s5-blank *.svg *.png + +.PHONY: all clean pub -- 2.39.2