summaryrefslogtreecommitdiffstats
path: root/www/docs
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-21 21:15:21 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-21 21:15:21 +0000
commite08a97b64fea789a24503c73aa03707109f7b314 (patch)
treebf6e85ccf1f4bf75c2759d6d8d888a9446084843 /www/docs
parent0d53b48e0dc1c817f82493785f6265a7859ca9cc (diff)
downloadrockbox-e08a97b64fea789a24503c73aa03707109f7b314.tar.gz
rockbox-e08a97b64fea789a24503c73aa03707109f7b314.zip
Added Scott's V2/FM battery faq
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4683 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/Makefile6
-rw-r--r--www/docs/index.t1
2 files changed, 7 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index e996c9da39..dd66652a8e 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -31,6 +31,12 @@ battery-faq.raw: $(DOCS)/BATTERY-FAQ $(FAQ2HTML)
battery-faq.html: battery-faq.t battery-faq.raw $(FAQ2HTML)
$(ACTION) $<
+battery-faq-liion.raw: $(DOCS)/BATTERY-FAQ-LIION $(FAQ2HTML)
+ $(FAQ2HTML) < $< > $@
+
+battery-faq-liion.html: battery-faq-liion.t battery-faq-liion.raw $(FAQ2HTML)
+ $(ACTION) $<
+
contributing.raw: $(DOCS)/CONTRIBUTING $(TXT2HTML)
$(TXT2HTML) < $< > $@
diff --git a/www/docs/index.t b/www/docs/index.t
index 4d078ce715..d8064f7161 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -6,6 +6,7 @@
<li> <a href="/manual/manual.pdf">User manual</a> (pdf, ~300 KB) (<a href="/manual/manual.txt">plain text version</a>, 105KB)
<li> <a href="faq.html">Frequently Asked Questions</a>
<li> <a href="battery-faq.html">Frequently Asked Questions about Batteries and Charging</a>
+<li> <a href="battery-faq-liion.html">Frequently Asked Questions about V2/FM Batteries</a>
<li> <a href="/screenshots/">Screenshots</a> of Rockbox.
<li> <a href="/fonts/">Fonts to download</a>
<li> <a href="/lang/">Language files and voice clips to download</a>