From f7ea73e491a8a3fbdcb7ee072d7bcb3219a9b261 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Tue, 2 Jun 2015 22:24:03 -0400 Subject: [PATCH] Makefile: add help target --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Makefile b/Makefile index 8b1e38d..d6edc61 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,22 @@ Shiki-Wise_selected = 97bf60 all: prepare generate install +help: + @echo "make targets:" + @echo " all Prepare, generate, and install theme" + @echo " clean Delete generated themes and base ($(BASE))" + @echo " prepare Run pre-generation modifications on base theme" + @echo " generate Generate all colors specified in the Makefile" + @echo " Shiki- Generate Shiki-" + @echo " install Install themes to $(DESTDIR)$(PREFIX)/share/{plank/,}themes" + @echo + @echo "Base theme: $(BASE)" + @echo "Default themes to generate: $(foreach COLOR,$(COLORS),Shiki-$(COLOR))" + @echo + @echo "Notes:" + @echo " If you do not want to run \`git submodules update\` during the prepare" + @echo " phase, set \${no_git}; ex. \`no_git=true make prepare\`" + prepare: [[ "$(no_git)" ]] || git submodule update cd $(BASE) && rm -rf xfwm4 metacity-1 openbox-3 xfce-notify-4.0 index.theme