Parent Directory
|
Revision Log
- Mention in copyright that full GPL is included in the manual. - Register installed documents with doc-base.
| 1 | #!/bin/sh |
| 2 | |
| 3 | if [ -z "$1" ] || [ ! -f "$1" ] ; then |
| 4 | exit 1 |
| 5 | fi |
| 6 | |
| 7 | egrep -v "^[[:space:]]*(|#.*)$" $1 | cut -f 1 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |