From 3a44d4def66f0641426a719ce02db1b5688594c3 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 11 Oct 2002 12:15:49 +0000 Subject: Updated web git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/docs/Makefile') 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) custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML) $(ACTION) $< +custom_cfg_format.raw: $(DOCS)/CUSTOM_CFG_FORMAT $(TXT2HTML) + $(TXT2HTML) < $< > $@ + +custom_cfg_format.html: custom_cfg_format.t custom_cfg_format.raw $(TXT2HTML) + $(ACTION) $< + how_to_compile.raw: $(DOCS)/README $(TXT2HTML) $(TXT2HTML) < $< > $@ -- cgit v1.2.3