diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2013-09-18 14:25:18 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2013-09-18 15:48:09 -0700 |
commit | 1ba9aafdeaad98b8f6ab5d4f7bd660b6b9c4854e (patch) | |
tree | d312f2f45b263c05c5823e6e215b09babf1be1c0 /man/html.cmake | |
parent | d4728dd569da4c7fa262dc1cd4bec21277450dd6 (diff) |
man: Document WAFFLE_API_VERSION
Add new page, waffle_feature_test_macros(7) that mimics the standard
page feature_test_macros(7). Document that WAFFLE_CONTEXT_DEBUG and
WAFFLE_CONTEXT_FORWARD_COMPATIBLE require WAFFLE_API_VERSION>=0x0103.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'man/html.cmake')
-rw-r--r-- | man/html.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/html.cmake b/man/html.cmake index dc6bb47..7005a71 100644 --- a/man/html.cmake +++ b/man/html.cmake @@ -46,6 +46,7 @@ set(html_outputs ${html_out_dir}/waffle_window.3.html ${html_out_dir}/waffle_x11_egl.3.html ${html_out_dir}/waffle.7.html + ${html_out_dir}/waffle_feature_test_macros.7.html ) set(html_common_sources @@ -82,6 +83,7 @@ waffle_add_html(3 waffle_wayland) waffle_add_html(3 waffle_window) waffle_add_html(3 waffle_x11_egl) waffle_add_html(7 waffle) +waffle_add_html(7 waffle_feature_test_macros) add_custom_target(html ALL |