summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/Makefile6
1 files changed, 6 insertions, 0 deletions
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)
37custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML) 37custom_wps_format.html: custom_wps_format.t custom_wps_format.raw $(TXT2HTML)
38 $(ACTION) $< 38 $(ACTION) $<
39 39
40custom_cfg_format.raw: $(DOCS)/CUSTOM_CFG_FORMAT $(TXT2HTML)
41 $(TXT2HTML) < $< > $@
42
43custom_cfg_format.html: custom_cfg_format.t custom_cfg_format.raw $(TXT2HTML)
44 $(ACTION) $<
45
40how_to_compile.raw: $(DOCS)/README $(TXT2HTML) 46how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
41 $(TXT2HTML) < $< > $@ 47 $(TXT2HTML) < $< > $@
42 48