From 4ce85e71a82578e795296a9ff9e1a9bafa2aeded Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Tue, 27 Aug 2002 16:11:04 +0000 Subject: added how_to_compile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2009 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www') diff --git a/www/docs/Makefile b/www/docs/Makefile index e78300d0ea..266663c85d 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -37,5 +37,11 @@ custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2HTML) custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML) $(ACTION) $< +how_to_compile.raw: $(DOCS)/README $(TXT2HTML) + $(TXT2HTML) < $< > $@ + +how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML) + $(ACTION) $< + %.html : %.t $(ACTION) $< -- cgit v1.2.3