diff options
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) $< |