Fossil SCM
Miscellaneous small whitespace tweaks.
Commit
481eb01921cc3b0e05c6588b129d5e30f775ea32549d110a950706663bfce781
Parent
17efadc96f05895…
1 file changed
+7
-3
+7
-3
| --- tools/fossil-makeinfo | ||
| +++ tools/fossil-makeinfo | ||
| @@ -162,14 +162,14 @@ | ||
| 162 | 162 | @end example |
| 163 | 163 | |
| 164 | 164 | They are similar to commands that are available in other VCS programs such as |
| 165 | 165 | subversion, git or mercurial. |
| 166 | 166 | |
| 167 | -@menu | |
| 168 | 167 | " >> fossil.texi |
| 169 | 168 | |
| 170 | 169 | # begin menu for common keywords |
| 170 | +printf "@menu\n" >> fossil.texi | |
| 171 | 171 | |
| 172 | 172 | # Slurp in Common keywords from fossil help |
| 173 | 173 | # WARNING: tail count is brittle |
| 174 | 174 | echo "Grab common keywords for menu" |
| 175 | 175 | for u in $(for t in $(fossil help | tail -n +4| sed '$d'); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| @@ -282,11 +282,12 @@ | ||
| 282 | 282 | They're often used to solve specific little problems that didn't warrant a full |
| 283 | 283 | tool, but are useful enough to be kept around. They are most definitely not |
| 284 | 284 | supported, and the developers will expect to change these far more often. They |
| 285 | 285 | are not stable, so do not depend upon their behavior, or even their existence. |
| 286 | 286 | |
| 287 | -@menu" >> fossil.texi | |
| 287 | +@menu | |
| 288 | +" >> fossil.texi | |
| 288 | 289 | |
| 289 | 290 | # Insert test commands in here |
| 290 | 291 | echo "Grab test keywords for menu" |
| 291 | 292 | for u in $(for t in $(fossil help -t); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| 292 | 293 | |
| @@ -341,11 +342,12 @@ | ||
| 341 | 342 | |
| 342 | 343 | @example |
| 343 | 344 | https://fossil.example.com/fossil/timeline?ms=glob |
| 344 | 345 | @end example |
| 345 | 346 | |
| 346 | -@menu" >> fossil.texi | |
| 347 | +@menu | |
| 348 | +" >> fossil.texi | |
| 347 | 349 | |
| 348 | 350 | # Insert webpage keywords in here |
| 349 | 351 | echo "Grab web keywords for menu" |
| 350 | 352 | for u in $(for t in $(fossil help -w); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| 351 | 353 | |
| @@ -447,5 +449,7 @@ | ||
| 447 | 449 | # makeinfo fossil.texi |
| 448 | 450 | |
| 449 | 451 | echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions." |
| 450 | 452 | echo "Once everything's good, you can run your system's makeinfo command to turn" |
| 451 | 453 | echo "your .texi file into a .info file to install where you need." |
| 454 | + | |
| 455 | + | |
| 452 | 456 |
| --- tools/fossil-makeinfo | |
| +++ tools/fossil-makeinfo | |
| @@ -162,14 +162,14 @@ | |
| 162 | @end example |
| 163 | |
| 164 | They are similar to commands that are available in other VCS programs such as |
| 165 | subversion, git or mercurial. |
| 166 | |
| 167 | @menu |
| 168 | " >> fossil.texi |
| 169 | |
| 170 | # begin menu for common keywords |
| 171 | |
| 172 | # Slurp in Common keywords from fossil help |
| 173 | # WARNING: tail count is brittle |
| 174 | echo "Grab common keywords for menu" |
| 175 | for u in $(for t in $(fossil help | tail -n +4| sed '$d'); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| @@ -282,11 +282,12 @@ | |
| 282 | They're often used to solve specific little problems that didn't warrant a full |
| 283 | tool, but are useful enough to be kept around. They are most definitely not |
| 284 | supported, and the developers will expect to change these far more often. They |
| 285 | are not stable, so do not depend upon their behavior, or even their existence. |
| 286 | |
| 287 | @menu" >> fossil.texi |
| 288 | |
| 289 | # Insert test commands in here |
| 290 | echo "Grab test keywords for menu" |
| 291 | for u in $(for t in $(fossil help -t); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| 292 | |
| @@ -341,11 +342,12 @@ | |
| 341 | |
| 342 | @example |
| 343 | https://fossil.example.com/fossil/timeline?ms=glob |
| 344 | @end example |
| 345 | |
| 346 | @menu" >> fossil.texi |
| 347 | |
| 348 | # Insert webpage keywords in here |
| 349 | echo "Grab web keywords for menu" |
| 350 | for u in $(for t in $(fossil help -w); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| 351 | |
| @@ -447,5 +449,7 @@ | |
| 447 | # makeinfo fossil.texi |
| 448 | |
| 449 | echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions." |
| 450 | echo "Once everything's good, you can run your system's makeinfo command to turn" |
| 451 | echo "your .texi file into a .info file to install where you need." |
| 452 |
| --- tools/fossil-makeinfo | |
| +++ tools/fossil-makeinfo | |
| @@ -162,14 +162,14 @@ | |
| 162 | @end example |
| 163 | |
| 164 | They are similar to commands that are available in other VCS programs such as |
| 165 | subversion, git or mercurial. |
| 166 | |
| 167 | " >> fossil.texi |
| 168 | |
| 169 | # begin menu for common keywords |
| 170 | printf "@menu\n" >> fossil.texi |
| 171 | |
| 172 | # Slurp in Common keywords from fossil help |
| 173 | # WARNING: tail count is brittle |
| 174 | echo "Grab common keywords for menu" |
| 175 | for u in $(for t in $(fossil help | tail -n +4| sed '$d'); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| @@ -282,11 +282,12 @@ | |
| 282 | They're often used to solve specific little problems that didn't warrant a full |
| 283 | tool, but are useful enough to be kept around. They are most definitely not |
| 284 | supported, and the developers will expect to change these far more often. They |
| 285 | are not stable, so do not depend upon their behavior, or even their existence. |
| 286 | |
| 287 | @menu |
| 288 | " >> fossil.texi |
| 289 | |
| 290 | # Insert test commands in here |
| 291 | echo "Grab test keywords for menu" |
| 292 | for u in $(for t in $(fossil help -t); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| 293 | |
| @@ -341,11 +342,12 @@ | |
| 342 | |
| 343 | @example |
| 344 | https://fossil.example.com/fossil/timeline?ms=glob |
| 345 | @end example |
| 346 | |
| 347 | @menu |
| 348 | " >> fossil.texi |
| 349 | |
| 350 | # Insert webpage keywords in here |
| 351 | echo "Grab web keywords for menu" |
| 352 | for u in $(for t in $(fossil help -w); do echo "$t"; done | sort); do echo "* ${u}::"; done >> fossil.texi |
| 353 | |
| @@ -447,5 +449,7 @@ | |
| 449 | # makeinfo fossil.texi |
| 450 | |
| 451 | echo "Done ... for now. Please check fossil.texi file over for inconsistencies, and fill in descriptions." |
| 452 | echo "Once everything's good, you can run your system's makeinfo command to turn" |
| 453 | echo "your .texi file into a .info file to install where you need." |
| 454 | |
| 455 | |
| 456 |