Parent Directory
|
Revision Log
|
Revision Graph
add date of the built to the documentation web-pages
1 | jmc | 1.1 | #!/bin/bash |
2 | |||
3 | # $Header: $ | ||
4 | |||
5 | sed "s/_UPDATE_REPLACE_/Last update `date +%F`/" $1 | \ | ||
6 | sed "s/_COPYRIGHT_REPLACE_/Copyright © 2006/" |
ViewVC Help | |
Powered by ViewVC 1.1.22 |