From 057b85a57bebd74a17104a632c5e7ba4d9c671f2 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Wed, 21 Aug 2002 11:18:54 +0000 Subject: added contributing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1873 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/docs/Makefile b/www/docs/Makefile index 8d5d18497d..cea5a02842 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -23,5 +23,11 @@ battery-faq.raw: $(DOCS)/BATTERY-FAQ $(TXT2PLAIN) battery-faq.html: battery-faq.t battery-faq.raw $(TXT2PLAIN) $(ACTION) $< +contributing.raw: $(DOCS)/CONTRIBUTING $(TXT2PLAIN) + $(TXT2PLAIN) < $< > $@ + +contributing.html: contributing.t contributing.raw $(TXT2PLAIN) + $(ACTION) $< + %.html : %.t $(ACTION) $< -- cgit v1.2.3