mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix generation of features.tex
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
928bcd4809
commit
0d2484bedb
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ $(OBJDIR)/features.tex: $(ROOTDIR)/apps/features.txt
|
|||
$(SILENT)cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
|
||||
$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" -imacros "button.h" - | \
|
||||
grep -v "^\#" | grep -v "^$$" > $@; \
|
||||
for f in `cat $(OBJDIR)/features`; do feat="$$feat\\n\\\\edef\\\\UseOption{\\\\UseOption,$$f}" ; done ; \
|
||||
for f in `cat $(OBJDIR)/features.tex`; do feat="$$feat\\n\\\\edef\\\\UseOption{\\\\UseOption,$$f}" ; done ; \
|
||||
printf "$$feat" >$(OBJDIR)/features.tex
|
||||
|
||||
manual-pdf: objdir-check features manual-prep rockbox.tex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue