mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 09:27:11 +02:00
eeshow/Makefile: add more section comments
This commit is contained in:
parent
7c02351ff6
commit
01e64c65d8
@ -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 - | \
|
||||
|
Loading…
Reference in New Issue
Block a user