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
diff --git a/manual/platform/Makefile b/manual/platform/Makefile
new file mode 100644
index 0000000..4f9652f
--- /dev/null
+++ b/manual/platform/Makefile
@@ -0,0 +1,8 @@
+# Dummy Makefile to trick the build system into not buiding tools and firmware
+#
+
+all:
+ @true
+
+clean:
+ @true