summaryrefslogtreecommitdiff
path: root/www/docs/Makefile
diff options
context:
space:
mode:
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) $<