summaryrefslogtreecommitdiff
path: root/www/docs/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
commit3a44d4def66f0641426a719ce02db1b5688594c3 (patch)
tree98d42d5f945988d1374006387d4c3147c2f3381e /www/docs/Makefile
parent2931a4b838f960ff98ed90ba05ee590cd06f689c (diff)
downloadrockbox-3a44d4def66f0641426a719ce02db1b5688594c3.tar.gz
rockbox-3a44d4def66f0641426a719ce02db1b5688594c3.zip
Updated web
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r--www/docs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 266663c85d..838f22f078 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -37,6 +37,12 @@ custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2HTML)
37custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML) 37custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML)
38 $(ACTION) $< 38 $(ACTION) $<
39 39
40custom_cfg_format.raw: $(DOCS)/CUSTOM_CFG_FORMAT $(TXT2HTML)
41 $(TXT2HTML) < $< > $@
42
43custom_cfg_format.html: custom_cfg_format.t custom_cfg_format.raw $(TXT2HTML)
44 $(ACTION) $<
45
40how_to_compile.raw: $(DOCS)/README $(TXT2HTML) 46how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
41 $(TXT2HTML) < $< > $@ 47 $(TXT2HTML) < $< > $@
42 48