summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/Makefile b/manual/Makefile
index ed023e6fe7..cfccc4d7b2 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -7,6 +7,10 @@
7# $Id$ 7# $Id$
8# 8#
9 9
10ifndef V
11SILENT=@
12endif
13
10# Needed to build the features list. 14# Needed to build the features list.
11INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDIR) \ 15INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDIR) \
12 -I$(BUILDDIR)/bitmaps -I$(OBJDIR) 16 -I$(BUILDDIR)/bitmaps -I$(OBJDIR)
@@ -33,6 +37,7 @@ manual-prep: rockbox.tex
33 @mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile 37 @mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile
34 38
35$(OBJDIR)/features: $(ROOTDIR)/apps/features.txt 39$(OBJDIR)/features: $(ROOTDIR)/apps/features.txt
40 @echo "processing $(notdir $^)"
36 $(SILENT)mkdir -p `dirname $@` 41 $(SILENT)mkdir -p `dirname $@`
37 $(SILENT)cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ 42 $(SILENT)cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
38 $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" -imacros "button.h" - | \ 43 $(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -imacros "config.h" -imacros "button.h" - | \