2003-05-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* texi2www: Add support for @ifnottex.
This commit is contained in:
Ralf Corsepius
2003-05-21 19:33:35 +00:00
parent 1cd9dfc096
commit 4567d3ce38
2 changed files with 9 additions and 0 deletions

View File

@@ -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>
* Makefile.am: Remove AUTOMAKE_OPTIONS.

View File

@@ -1020,6 +1020,11 @@ sub read_input
"$texinfo_file[0] line $.");
next;
}
if (/^\@ifnottex/) {
&read_input($echo,'/^\@end\s+ifnottex/',
"$texinfo_file[0] line $.");
next;
}
if (/^\@ifhtml/) {
&read_input($echo,'/^\@end\s+ifhtml/',
"$texinfo_file[0] line $.");