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 a3f5231b2c..59895dad4b 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -55,5 +55,11 @@ how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
55how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML) 55how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML)
56 $(ACTION) $< 56 $(ACTION) $<
57 57
58credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
59 $(TXT2HTML) < $< > $@
60
61credits.html: credits.t credits.raw $(TXT2HTML)
62 $(ACTION) $<
63
58%.html : %.t 64%.html : %.t
59 $(ACTION) $< 65 $(ACTION) $<