summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-16 20:24:13 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-16 20:24:13 +0000
commitda6a0786e3e38e1e69c6b3f5037aade04168f95a (patch)
tree4544922d466447e474c0f1ca23d1b716e72e42d4 /manual
parent7d19c0f1352dbc7a9a0823aa306458ac0ae0e440 (diff)
Oops, forgot to make it silent again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12027 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 6c403bb6f5..c55ff12f6d 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -14,8 +14,8 @@ all: manual-pdf
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