diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2011-11-10 14:32:11 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2011-11-10 14:32:11 +0000 |
commit | 0d2484bedb0e08eb5c659eccca4a24ef127bf3e1 (patch) | |
tree | dbb8f1c02a987bdcc4fb7733f0e745bb335f062f /manual | |
parent | 928bcd480948e7b982a8b8b4cfd18120701b21cf (diff) |
Fix generation of features.tex
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30957 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index 6e5241c187..719f4509fe 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -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 |