aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/maintaining.texi5
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.
337In Fortran code, functions, subroutines and block data are tags. 337In Fortran code, functions, subroutines and block data are tags.
338 338
339@item 339@item
340In 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
342and all occurrences of @code{id=}.
343
344@item
340In makefiles, targets are tags; additionally, variables are tags 345In makefiles, targets are tags; additionally, variables are tags
341unless you specify @samp{--no-globals}. 346unless you specify @samp{--no-globals}.
342 347