We do not have any files with extension "rxt".
ticket: 7471 (new)
title: typo in exclude_patterns for notice build
tags: pullup
target_version: 1.11
if 'notice' in tags:
exclude_patterns = [ 'admin', 'appdev', 'basic', 'build',
'plugindev', 'user' ]
- exclude_patterns += [ 'about.rst', 'build_this.rxt', 'index.rst',
+ exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst',
'mitK5*.rst', 'resources.rst' ]
rst_epilog += '.. |copy| replace:: \(C\)'
else: