Oops, forgot to make it silent again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12027 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/Makefile b/manual/Makefile
index 6c403bb..c55ff12 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -14,8 +14,8 @@
manual-prep: rockbox.tex
@if [ "$(OBJDIR)" = "" ]; then echo Run make in you build directory!; false; fi
@mkdir -p $(OBJDIR)
- find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
- find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \;
+ @find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
+ @find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \;
@perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex
@echo "\newcommand{\platform}{${MANUALDEV}}" > $(OBJDIR)/rockbox-build.tex
@echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex