diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/maintaining.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi index fcc596d03ca..4cbeb743baf 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -337,6 +337,11 @@ in the file. | |||
| 337 | In Fortran code, functions, subroutines and block data are tags. | 337 | In Fortran code, functions, subroutines and block data are tags. |
| 338 | 338 | ||
| 339 | @item | 339 | @item |
| 340 | In HTML input files, the tags are the @code{title} and the @code{h1}, | ||
| 341 | @code{h2}, @code{h3} headers. Also, tags are @code{name=} in anchors | ||
| 342 | and all occurrences of @code{id=}. | ||
| 343 | |||
| 344 | @item | ||
| 340 | In makefiles, targets are tags; additionally, variables are tags | 345 | In makefiles, targets are tags; additionally, variables are tags |
| 341 | unless you specify @samp{--no-globals}. | 346 | unless you specify @samp{--no-globals}. |
| 342 | 347 | ||