mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
[article Include Test
|
|
[quickbook 1.5]
|
|
[id include-test]
|
|
]
|
|
|
|
[include include_sub-1_5.qbk]
|
|
[include .\include_sub.qbk]
|
|
[include:foo include_sub.qbk]
|
|
[include empty.qbk]
|
|
|
|
[def __defined__]
|
|
|
|
[? __undefined__ [include:foo1 include_sub.qbk] ]
|
|
[? __undefined__ [include:foo1 not_a_file.qbk] ]
|
|
[? __defined__
|
|
Just trying including in a conditional macro. [include:foo2 include_sub.qbk]
|
|
With some text around it.]
|