Fossil SCM
Add fossil to system-wide dir file when running install-info.
Commit
d78a077a893d05c1858ba6eb90b59ccc0a228d21ef298876dcf0b0337bf460c5
Parent
4c006c97278a0a9…
1 file changed
+4
| --- tools/fossil-makeinfo | ||
| +++ tools/fossil-makeinfo | ||
| @@ -20,10 +20,14 @@ | ||
| 20 | 20 | echo "Create Header" |
| 21 | 21 | printf "\\input texinfo |
| 22 | 22 | @settitle Fossil |
| 23 | 23 | @setfilename fossil.info |
| 24 | 24 | @c @author brickviking |
| 25 | +@dircategory Development | |
| 26 | +@direntry | |
| 27 | +* Fossil (fossil). A distributed version control system. | |
| 28 | +@end dirheader | |
| 25 | 29 | |
| 26 | 30 | " > fossil.texi |
| 27 | 31 | printf "@c Initial rendition to convert fossil help -a -v into texinfo for further |
| 28 | 32 | @c massaging by makeinfo. Scripts to do this automatically may come |
| 29 | 33 | @c later. Don't expect this to conform to GNU guidelines. |
| 30 | 34 |
| --- tools/fossil-makeinfo | |
| +++ tools/fossil-makeinfo | |
| @@ -20,10 +20,14 @@ | |
| 20 | echo "Create Header" |
| 21 | printf "\\input texinfo |
| 22 | @settitle Fossil |
| 23 | @setfilename fossil.info |
| 24 | @c @author brickviking |
| 25 | |
| 26 | " > fossil.texi |
| 27 | printf "@c Initial rendition to convert fossil help -a -v into texinfo for further |
| 28 | @c massaging by makeinfo. Scripts to do this automatically may come |
| 29 | @c later. Don't expect this to conform to GNU guidelines. |
| 30 |
| --- tools/fossil-makeinfo | |
| +++ tools/fossil-makeinfo | |
| @@ -20,10 +20,14 @@ | |
| 20 | echo "Create Header" |
| 21 | printf "\\input texinfo |
| 22 | @settitle Fossil |
| 23 | @setfilename fossil.info |
| 24 | @c @author brickviking |
| 25 | @dircategory Development |
| 26 | @direntry |
| 27 | * Fossil (fossil). A distributed version control system. |
| 28 | @end dirheader |
| 29 | |
| 30 | " > fossil.texi |
| 31 | printf "@c Initial rendition to convert fossil help -a -v into texinfo for further |
| 32 | @c massaging by makeinfo. Scripts to do this automatically may come |
| 33 | @c later. Don't expect this to conform to GNU guidelines. |
| 34 |