85cb554400
This is more consistent than it is at the moment. For the __FILENAME__ macro, use the path relative to the original file or the location last matched on the include path. This ensures that the macro is consistent no matter which directory you call quickbook from. Also enable `__FILENAME__` in debug mode - so I can test this. [SVN r70230]
19 lines
570 B
XML
19 lines
570 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<article id="filename_test_with_include_path" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Filename test with include path</title>
|
|
<para>
|
|
filename-path.quickbook
|
|
</para>
|
|
<para>
|
|
filename_include1.quickbook
|
|
</para>
|
|
<para>
|
|
../filename_include2.quickbook
|
|
</para>
|
|
<para>
|
|
filename_include2.quickbook
|
|
</para>
|
|
</article>
|