summaryrefslogtreecommitdiff
path: root/manual/Makefile
AgeCommit message (Collapse)Author
2012-07-03Manual: make sure output folder exists to fix -j.Dominik Riebeling
Change-Id: Ic8a36f8e4e39bf03cb88204d90e89c822e51034e
2012-05-20Manual: Include the Iaudio remote graphic in the M5 and X5 manuals.Marianne Arnold
Create symlinks to the iaudiom3 graphics to not duplicate the picture itself and to not lose the precise 'addressing' of the picture. Change the manual's makefile to follow symlinks for this to work (thanks to Dominik and Jens for the help there). Change-Id: I5882880cb22cbf5561cb0872d7889b7c8c42b62e
2011-11-10Create features.tex without intermediate file.Dominik Riebeling
Using features.tex as intermediate file for creating features.tex is a bit confusing, and there is no real need for using an intermediate file. Change some hardcoded output files while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30959 a1c6a512-1295-4272-9138-f99709370657
2011-11-10Fix generation of features.texFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30957 a1c6a512-1295-4272-9138-f99709370657
2011-11-05Rework manual Makefile a bit.Dominik Riebeling
- move some stuff out of manual-prep and improve dependencies. - always update version information, version.sh is run anyway. - use $(SILENT) in more places to allow showing the commands. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30902 a1c6a512-1295-4272-9138-f99709370657
2011-09-13Manual: make features processing silent by default.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30518 a1c6a512-1295-4272-9138-f99709370657
2011-08-13typoRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30287 a1c6a512-1295-4272-9138-f99709370657
2010-05-30Use version.sh in manual buildsRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26423 a1c6a512-1295-4272-9138-f99709370657
2009-11-29cp on OS X doesn't know the option -u. It isn't really needed, so simply ↵Dominik Riebeling
remove it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23792 a1c6a512-1295-4272-9138-f99709370657
2008-11-16The HTML manual requires features.txt to be processed first, so add this as ↵Dominik Riebeling
prerequisite. Fixes building if no pdf has been built before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19115 a1c6a512-1295-4272-9138-f99709370657
2008-04-07Fix building the manual on ubuntu (dash issue again). Also, make credits ↵Dominik Riebeling
file generation a bit nicer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17020 a1c6a512-1295-4272-9138-f99709370657
2008-02-13Commit FS#8567, the manual now uses the same 'features' system as the ↵Nils Wallménius
lang/voice creation does. Building the manual now requires gcc to parse the features list and 'make manual' must now be used instead of just 'make'. Rerun configure in your manual build dirs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16304 a1c6a512-1295-4272-9138-f99709370657
2007-06-21Fix the manual build issue on ubuntu by using printf instead of echo ↵Dominik Riebeling
(FS#6919). Thanks to linuxstb for pointing me to printf. Some additional cleanup of the Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13681 a1c6a512-1295-4272-9138-f99709370657
2007-02-01Make the manual use utf8 as base input encoding. This *requires* the UCS ↵Dominik Riebeling
package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12168 a1c6a512-1295-4272-9138-f99709370657
2007-01-28Prevent an additional protected space after version string.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12134 a1c6a512-1295-4272-9138-f99709370657
2007-01-22Use the svn revision number for version information too, version string is ↵Dominik Riebeling
now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657
2007-01-16Oops, forgot to make it silent again.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12027 a1c6a512-1295-4272-9138-f99709370657
2007-01-16Older versions of xargs doesn't know -I (especially the vmware image one), ↵Dominik Riebeling
so use find's -exec instead. Hopefully the last fix for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12026 a1c6a512-1295-4272-9138-f99709370657
2007-01-15OS X doesn't know xargs -i, so use -I instead. Should fix FS#6540Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12017 a1c6a512-1295-4272-9138-f99709370657
2007-01-14Make sure to not copy special .svn files when preparing to build the manual.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12013 a1c6a512-1295-4272-9138-f99709370657
2006-11-06POSIX fixJonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11446 a1c6a512-1295-4272-9138-f99709370657
2006-10-23Manual Makefile tweaks:Dominik Riebeling
- remove html output folder on "make clean" - fix "make manual" that was broken for some targets (e.g. h100) when configured for normal / sim build - add manual-txt target to generate a plain text version. Requires links. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11319 a1c6a512-1295-4272-9138-f99709370657
2006-07-20Add new make targets to build the manual as html.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
2006-07-20don't assume GNU make is called makeMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10264 a1c6a512-1295-4272-9138-f99709370657
2006-06-05Include the credits file. This adds a build dependency to iconv for now, but ↵Dominik Riebeling
we should consider converting the manual to utf8 completely. Also sorted the screen sizes table. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10058 a1c6a512-1295-4272-9138-f99709370657
2006-03-16I should learn to commit from the right placeMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9058 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Adds feature specific options to the platforms. It is now possible to ↵Martin Arver
include a section by for instance \opt{HAVE_LCD_BITMAP}{...} for targets with bitmap displays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9057 a1c6a512-1295-4272-9138-f99709370657
2006-03-09oops. Mysterious Makefile commit reverted.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8978 a1c6a512-1295-4272-9138-f99709370657
2006-03-09Added screenshots of the file-browser and the file-menuMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8974 a1c6a512-1295-4272-9138-f99709370657
2006-02-06Rockbox manual in LaTeX initial commit. New option 'manual' added to ↵Christi Scarborough
configure. Some platforms (eg recorderv2, fmrecorder) produce the same manual target, so either can be selected from the configure script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657