Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
909b9462da8387e1c8379a52058c61bf18e222e5
/
manual
/
Makefile
73ee237
Make the manual use utf8 as base input encoding. This *requires* the UCS package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file.
by Dominik Riebeling
· 18 years ago
eb1cb57
Prevent an additional protected space after version string.
by Dominik Riebeling
· 18 years ago
ea37d4c
Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release).
by Dominik Riebeling
· 18 years ago
da6a078
Oops, forgot to make it silent again.
by Dominik Riebeling
· 18 years ago
7d19c0f
Older versions of xargs doesn't know -I (especially the vmware image one), so use find's -exec instead. Hopefully the last fix for this.
by Dominik Riebeling
· 18 years ago
6de815b
OS X doesn't know xargs -i, so use -I instead. Should fix FS#6540
by Dominik Riebeling
· 18 years ago
cb9fdf7
Make sure to not copy special .svn files when preparing to build the manual.
by Dominik Riebeling
· 18 years ago
a895738
POSIX fix
by Jonas Häggqvist
· 18 years ago
abac739
Manual Makefile tweaks:
by Dominik Riebeling
· 18 years ago
9413c2a
Add new make targets to build the manual as html.
by Dominik Riebeling
· 19 years ago
1c3dff7
don't assume GNU make is called make
by Marcoen Hirschberg
· 19 years ago
b074b22
Include the credits file. This adds a build dependency to iconv for now, but we should consider converting the manual to utf8 completely. Also sorted the screen sizes table.
by Dominik Riebeling
· 19 years ago
e425c8e
I should learn to commit from the right place
by Martin Arver
· 19 years ago
4225794
Adds feature specific options to the platforms. It is now possible to include a section by for instance \opt{HAVE_LCD_BITMAP}{...} for targets with bitmap displays.
by Martin Arver
· 19 years ago
40c9171
oops. Mysterious Makefile commit reverted.
by Martin Arver
· 19 years ago
8fd0187
Added screenshots of the file-browser and the file-menu
by Martin Arver
· 19 years ago
d68d7c0
Rockbox manual in LaTeX initial commit. New option 'manual' added to configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script.
by Christi Scarborough
· 19 years ago