summaryrefslogtreecommitdiff
path: root/www/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r--www/docs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 4ec3bf890c..8394504264 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -67,5 +67,11 @@ credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
67credits.html: credits.t credits.raw $(TXT2HTML) 67credits.html: credits.t credits.raw $(TXT2HTML)
68 $(ACTION) $< 68 $(ACTION) $<
69 69
70license.raw: $(DOCS)/COPYING $(TXT2HTML)
71 $(TXT2HTML) < $< > $@
72
73license.html: license.t license.raw $(TXT2HTML)
74 $(ACTION) $<
75
70%.html : %.t 76%.html : %.t
71 $(ACTION) $< 77 $(ACTION) $<