Index: /trunk/lv2specgen/lv2specgen.py
===================================================================
--- /trunk/lv2specgen/lv2specgen.py (revision 2118)
+++ /trunk/lv2specgen/lv2specgen.py (revision 2120)
@@ -628,4 +628,5 @@
     template = template.replace('@BASE@', spec_ns_str)
     template = template.replace('@FILENAME@', os.path.basename(specloc))
+    template = template.replace('@HEADER@', os.path.basename(specloc).replace('.ttl', '.h'))
     template = template.replace('@MAIL@', 'devel@lists.lv2plug.in')
     template = template.replace('@COMMENT@', specProperty(m, spec_url, rdfs.comment))
Index: /trunk/lv2specgen/template.html
===================================================================
--- /trunk/lv2specgen/template.html (revision 2119)
+++ /trunk/lv2specgen/template.html (revision 2120)
@@ -92,5 +92,7 @@
     title="Valid XHTML+RDFa">XHTML+RDFa</a>
   page automatically generated from <a href="./@FILENAME@">@FILENAME@</a> by
-  <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>.
+  <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>.  The data related
+  aspects of this extension are described here, the code related aspects are documented
+  in the corresponding header, <a href="@HEADER@">@HEADER@</a>.
   You may use, reproduce, redistribute, and create derivative works of
   this document, but the extension URI must be changed if any changes are
