From 5d0850a371667c319fd4d9134d7ac571f51a87dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Aug 2002 18:00:37 +0000 Subject: 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 --- www/docs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/docs/Makefile') 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) faq.raw: FAQ $(TXT2PLAIN) $(TXT2PLAIN) < $< > $@ +battery.raw: BATTERY $(TXT2PLAIN) + $(TXT2PLAIN) < $< > $@ + +battery.html: battery.t battery.raw $(TXT2PLAIN) + $(ACTION) $< %.html : %.t $(ACTION) $< -- cgit v1.2.3