diff --git a/src/Hydra/root/build.tt b/src/Hydra/root/build.tt
index d094591b..56a85c79 100644
--- a/src/Hydra/root/build.tt
+++ b/src/Hydra/root/build.tt
@@ -312,6 +312,8 @@
         [% SWITCH product.subtype %]
         [% CASE "readme" %]
           “README” file
+        [% CASE "manual" %]
+          Manual
         [% CASE DEFAULT %]
           Documentation of type <tt>[% product.subtype %]</tt>
         [% END %]