summaryrefslogtreecommitdiff
path: root/www/docs/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-19 18:00:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-19 18:00:37 +0000
commit5d0850a371667c319fd4d9134d7ac571f51a87dd (patch)
tree59baa872b97f677ca3eaa88ac649b9a86dcc64e8 /www/docs/Makefile
parentb76bca99a635d3d2b7f891c82d06a64f7f121524 (diff)
downloadrockbox-5d0850a371667c319fd4d9134d7ac571f51a87dd.tar.gz
rockbox-5d0850a371667c319fd4d9134d7ac571f51a87dd.zip
remade the upcoming battery faq to use the generic faq format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1811 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r--www/docs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 9a95c9a76a..0c3a99f74c 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -12,6 +12,11 @@ faq.html: faq.t faq.raw $(TXT2PLAIN)
12faq.raw: FAQ $(TXT2PLAIN) 12faq.raw: FAQ $(TXT2PLAIN)
13 $(TXT2PLAIN) < $< > $@ 13 $(TXT2PLAIN) < $< > $@
14 14
15battery.raw: BATTERY $(TXT2PLAIN)
16 $(TXT2PLAIN) < $< > $@
17
18battery.html: battery.t battery.raw $(TXT2PLAIN)
19 $(ACTION) $<
15 20
16%.html : %.t 21%.html : %.t
17 $(ACTION) $< 22 $(ACTION) $<