diff options
author | Robert Hak <adiamas@rockbox.org> | 2002-08-22 02:59:13 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2002-08-22 02:59:13 +0000 |
commit | b6e8aadb71cdfe64cd7a69608112f1fe2343db70 (patch) | |
tree | e0e1f9bff5a523b35e615f1dea9cff547762b269 /www/docs/Makefile | |
parent | c45166db3e02c1f9eb164774237011ba5e106fca (diff) |
added custom_wps_format info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1906 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r-- | www/docs/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index cea5a02842..dc91c41cc5 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -11,12 +11,12 @@ DOCS = ../docs_ all: $(OBJS) -faq.html: faq.t faq.raw $(TXT2PLAIN) - $(ACTION) $< - faq.raw: $(DOCS)/FAQ $(TXT2PLAIN) $(TXT2PLAIN) < $< > $@ +faq.html: faq.t faq.raw $(TXT2PLAIN) + $(ACTION) $< + battery-faq.raw: $(DOCS)/BATTERY-FAQ $(TXT2PLAIN) $(TXT2PLAIN) < $< > $@ @@ -29,5 +29,11 @@ contributing.raw: $(DOCS)/CONTRIBUTING $(TXT2PLAIN) contributing.html: contributing.t contributing.raw $(TXT2PLAIN) $(ACTION) $< +custom_wps_format.raw: $(DOCS)/CUSTOM_WPS_FORMAT $(TXT2PLAIN) + $(TXT2PLAIN) < $< > $@ + +custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2PLAIN) + $(ACTION) $< + %.html : %.t $(ACTION) $< |