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 - | \