mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-05-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* texi2www: Add support for @ifnottex.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-05-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* texi2www: Add support for @ifnottex.
|
||||||
|
|
||||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
|||||||
@@ -1020,6 +1020,11 @@ sub read_input
|
|||||||
"$texinfo_file[0] line $.");
|
"$texinfo_file[0] line $.");
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
if (/^\@ifnottex/) {
|
||||||
|
&read_input($echo,'/^\@end\s+ifnottex/',
|
||||||
|
"$texinfo_file[0] line $.");
|
||||||
|
next;
|
||||||
|
}
|
||||||
if (/^\@ifhtml/) {
|
if (/^\@ifhtml/) {
|
||||||
&read_input($echo,'/^\@end\s+ifhtml/',
|
&read_input($echo,'/^\@end\s+ifhtml/',
|
||||||
"$texinfo_file[0] line $.");
|
"$texinfo_file[0] line $.");
|
||||||
|
|||||||
Reference in New Issue
Block a user