diff options
author | David Robillard <d@drobilla.net> | 2012-02-09 01:33:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-09 01:33:01 +0000 |
commit | 58cc4be239097281806875059a30638a6c183ea5 (patch) | |
tree | 8d85ae116ff6cf99b84adce9207e6c22eaf9e6ca /lv2/lv2plug.in/ns/index.html.in | |
parent | 69b569b820b3e525732ae7ea7872465932a537ff (diff) | |
download | lv2-58cc4be239097281806875059a30638a6c183ea5.tar.xz |
Move documentation building into waf.
Diffstat (limited to 'lv2/lv2plug.in/ns/index.html.in')
-rw-r--r-- | lv2/lv2plug.in/ns/index.html.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/index.html.in b/lv2/lv2plug.in/ns/index.html.in index 4863cb2..ab23f99 100644 --- a/lv2/lv2plug.in/ns/index.html.in +++ b/lv2/lv2plug.in/ns/index.html.in @@ -22,11 +22,11 @@ <th>Date</th> <th>Status</th> </tr> - @ROWS@ +@ROWS@ </table> </div> <div id="footer"> - <div>Generated on @TIME@ by gendoc.py</div> + <div>Generated at @TIME@</div> </div> </body> </html> |