Fossil SCM
Put back forgotten @bye, needed for makeinfo --pdf output.
Commit
28656971ac6403cb015d52ad89bc1955149550f824881f78585f6432a8df8667
Parent
f040c11f3293cd1…
1 file changed
+3
| --- tools/infoscript.bash | ||
| +++ tools/infoscript.bash | ||
| @@ -224,10 +224,13 @@ | ||
| 224 | 224 | @chapter License agreement |
| 225 | 225 | |
| 226 | 226 | @include ${HERE} |
| 227 | 227 | |
| 228 | 228 | " >> fossil.texi |
| 229 | + | |
| 230 | +# Every good thing has to end | |
| 231 | +echo "@bye" >> fossil.texi | |
| 229 | 232 | |
| 230 | 233 | # and now we make the final info file - commented out for now |
| 231 | 234 | # makeinfo fossil.texi |
| 232 | 235 | |
| 233 | 236 | echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions." |
| 234 | 237 |
| --- tools/infoscript.bash | |
| +++ tools/infoscript.bash | |
| @@ -224,10 +224,13 @@ | |
| 224 | @chapter License agreement |
| 225 | |
| 226 | @include ${HERE} |
| 227 | |
| 228 | " >> fossil.texi |
| 229 | |
| 230 | # and now we make the final info file - commented out for now |
| 231 | # makeinfo fossil.texi |
| 232 | |
| 233 | echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions." |
| 234 |
| --- tools/infoscript.bash | |
| +++ tools/infoscript.bash | |
| @@ -224,10 +224,13 @@ | |
| 224 | @chapter License agreement |
| 225 | |
| 226 | @include ${HERE} |
| 227 | |
| 228 | " >> fossil.texi |
| 229 | |
| 230 | # Every good thing has to end |
| 231 | echo "@bye" >> fossil.texi |
| 232 | |
| 233 | # and now we make the final info file - commented out for now |
| 234 | # makeinfo fossil.texi |
| 235 | |
| 236 | echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions." |
| 237 |