From 01e64c65d8c53ef2ffd0b72fef7b3a60626484ed Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 22 Aug 2016 07:21:59 -0300 Subject: [PATCH] eeshow/Makefile: add more section comments --- eeshow/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eeshow/Makefile b/eeshow/Makefile index 6cae43e..4823180 100644 --- a/eeshow/Makefile +++ b/eeshow/Makefile @@ -60,6 +60,8 @@ $(NAME): $(OBJS) $(MAKE) -B version.o $(CC) -o $(NAME) $(OBJS) $(LDLIBS) +#----- Help textx ------------------------------------------------------------- + help.inc: $(HELP_TEXT) Makefile $(BUILD) sed 's/"/\\"/g;s/.*/"&\\n"/' $< >$@ || \ { rm -f $@; exit 1; } @@ -69,6 +71,8 @@ gui/help.c: help.inc clean:: rm -f help.inc +#----- Icons ------------------------------------------------------------------ + icons/%.hex: icons/%.fig Makefile $(BUILD) fig2dev -L png -S 4 -Z 0.60 $< | \ convert - -transparent white - | \