Include description in long title.
This commit is contained in:
parent
669c29842d
commit
73d9327d42
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ $(BUILD_DIR)/%.shbin.c: %.shlist
|
|||
|
||||
%.icn: $(ICON)
|
||||
@echo $@
|
||||
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(TITLE)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null
|
||||
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(TITLE) - $(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null
|
||||
|
||||
%.smdh: $(ICON)
|
||||
@echo $@
|
||||
|
|
Loading…
Reference in a new issue