Changeset 1588 for branches/GNU/src/gcc/contrib/texi2pod.pl
- Timestamp:
- Nov 3, 2004, 6:47:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/contrib/texi2pod.pl
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1587 r1588 346 346 s/\@(?:dmn|math)\{([^\}]*)\}/$1/g; 347 347 348 # keep references of the form @ref{...}, print them bold 349 s/\@(?:ref)\{([^\}]*)\}/B<$1>/g; 350 348 351 # Cross references are thrown away, as are @noindent and @refill. 349 352 # (@noindent is impossible in .pod, and @refill is unnecessary.) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.