summaryrefslogtreecommitdiff
path: root/manual/Makefile (follow)
Commit message (Collapse)AuthorAge
* Manual: make sure output folder exists to fix -j.Dominik Riebeling2012-07-03
| | | | Change-Id: Ic8a36f8e4e39bf03cb88204d90e89c822e51034e
* Manual: Include the Iaudio remote graphic in the M5 and X5 manuals.Marianne Arnold2012-05-20
| | | | | | | | | 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
* Create features.tex without intermediate file.Dominik Riebeling2011-11-10
| | | | | | | | 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
* Fix generation of features.texFrank Gevaerts2011-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30957 a1c6a512-1295-4272-9138-f99709370657
* Rework manual Makefile a bit.Dominik Riebeling2011-11-05
| | | | | | | | - 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
* Manual: make features processing silent by default.Dominik Riebeling2011-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30518 a1c6a512-1295-4272-9138-f99709370657
* typoRafaël Carré2011-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30287 a1c6a512-1295-4272-9138-f99709370657
* Use version.sh in manual buildsRafaël Carré2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26423 a1c6a512-1295-4272-9138-f99709370657
* cp on OS X doesn't know the option -u. It isn't really needed, so simply ↵Dominik Riebeling2009-11-29
| | | | | | remove it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23792 a1c6a512-1295-4272-9138-f99709370657
* The HTML manual requires features.txt to be processed first, so add this as ↵Dominik Riebeling2008-11-16
| | | | | | 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
* Fix building the manual on ubuntu (dash issue again). Also, make credits ↵Dominik Riebeling2008-04-07
| | | | | | file generation a bit nicer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17020 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#8567, the manual now uses the same 'features' system as the ↵Nils Wallménius2008-02-13
| | | | | | 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
* Fix the manual build issue on ubuntu by using printf instead of echo ↵Dominik Riebeling2007-06-21
| | | | | | (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
* Make the manual use utf8 as base input encoding. This *requires* the UCS ↵Dominik Riebeling2007-02-01
| | | | | | 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
* Prevent an additional protected space after version string.Dominik Riebeling2007-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12134 a1c6a512-1295-4272-9138-f99709370657
* Use the svn revision number for version information too, version string is ↵Dominik Riebeling2007-01-22
| | | | | | 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
* Oops, forgot to make it silent again.Dominik Riebeling2007-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12027 a1c6a512-1295-4272-9138-f99709370657
* Older versions of xargs doesn't know -I (especially the vmware image one), ↵Dominik Riebeling2007-01-16
| | | | | | 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
* OS X doesn't know xargs -i, so use -I instead. Should fix FS#6540Dominik Riebeling2007-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12017 a1c6a512-1295-4272-9138-f99709370657
* Make sure to not copy special .svn files when preparing to build the manual.Dominik Riebeling2007-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12013 a1c6a512-1295-4272-9138-f99709370657
* POSIX fixJonas Häggqvist2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11446 a1c6a512-1295-4272-9138-f99709370657
* Manual Makefile tweaks:Dominik Riebeling2006-10-23
| | | | | | | | | - 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
* Add new make targets to build the manual as html.Dominik Riebeling2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
* don't assume GNU make is called makeMarcoen Hirschberg2006-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10264 a1c6a512-1295-4272-9138-f99709370657
* Include the credits file. This adds a build dependency to iconv for now, but ↵Dominik Riebeling2006-06-05
| | | | | | 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
* I should learn to commit from the right placeMartin Arver2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9058 a1c6a512-1295-4272-9138-f99709370657
* Adds feature specific options to the platforms. It is now possible to ↵Martin Arver2006-03-16
| | | | | | 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
* oops. Mysterious Makefile commit reverted.Martin Arver2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8978 a1c6a512-1295-4272-9138-f99709370657
* Added screenshots of the file-browser and the file-menuMartin Arver2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8974 a1c6a512-1295-4272-9138-f99709370657
* Rockbox manual in LaTeX initial commit. New option 'manual' added to ↵Christi Scarborough2006-02-06
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