aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/text/conditions.texi
blob: 5c4a320972019e5a83fd1822d2a1b2014e5dfd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@setfilename conditions
@set foo1
@clear foo2
@clear bar
@node Top
@top Test of conditions
@menu
@ifclear bar
@ifset foo1
* Foo1::		This text should be included.
@end ifset
@ifset foo2
* Foo2::		This text should not be included.
@end ifset
@end ifclear
* Foo3::		And we have no blank line here.
@end menu
@node Foo1
@chapter Foo1
@ifset foo2
@node Foo2
@chapter Foo2
@end ifset
@node Foo3
@chapter Foo3
@bye