diff options
author | Christi Scarborough <christi@coraline.org> | 2006-02-06 07:25:25 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2006-02-06 07:25:25 +0000 |
commit | d68d7c0ecf53cd1339327ba3d94241a946266eee (patch) | |
tree | c60521dcfbe7b64685d04c9668b1c27c17fe8056 /manual/Makefile.pdflatex | |
parent | 4eca52941c38cd3faf35e0847515e21c09a07128 (diff) | |
download | rockbox-d68d7c0ecf53cd1339327ba3d94241a946266eee.tar.gz rockbox-d68d7c0ecf53cd1339327ba3d94241a946266eee.tar.bz2 rockbox-d68d7c0ecf53cd1339327ba3d94241a946266eee.zip |
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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8596 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/Makefile.pdflatex')
-rw-r--r-- | manual/Makefile.pdflatex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex new file mode 100644 index 0000000000..43ba4a65a7 --- /dev/null +++ b/manual/Makefile.pdflatex @@ -0,0 +1,10 @@ +DOCUMENT := rockbox-build +LATEX := pdflatex +include LaTeX.Rules +GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg` + +.PHONY: all cleaner buildmanual output + +buildmanual: rockbox-build.tex + @cp $(OBJDIR)/rockbox-build.pdf $(OBJDIR)/../rockbox-$(ARCHOS)-$(VERSION).pdf + |